Skip to content

zstd compression level not possible? #55

Description

@mzealey

In

httpcompression/adapter.go

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)
}
gzip, br, deflate compression levels are configurable via option but I cannot see zstd level? It would be nice to have.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions