forked from nytimes/gziphandler
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
In
Lines 210 to 216 in 102a9fb
func BrotliCompressionLevel(level int) Option { | |
c, err := brotli.New(brotli.Options{Quality: level}) | |
if err != nil { | |
return errorOption(err) | |
} | |
return BrotliCompressor(c) | |
} |
Metadata
Metadata
Assignees
Labels
No labels