1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-24 05:17:03 +00:00

various improvements and new 'UseOnce' method - read HISTORY.md

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-08-06 03:35:58 +03:00
parent 5d480dc801
commit 46a3a99adf
20 changed files with 147 additions and 221 deletions

View File

@@ -46,7 +46,7 @@ type Attachments struct {
type DirCacheOptions struct {
// Enable or disable cache.
Enable bool
// Minimium content size for compression in bytes.
// Minimum content size for compression in bytes.
CompressMinSize int64
// Ignore compress files that match this pattern.
CompressIgnore *regexp.Regexp