You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/aleph/http.clj
+1-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@
80
80
| `initial-buffer-size` | The initial buffer size of characters when decoding the request, defaults to `128` |
81
81
| `pipeline-transform` | (DEPRECATED: Use `:http1-pipeline-transform` instead.) A function that takes an `io.netty.channel.ChannelPipeline` object, which represents a connection, and modifies it. |
82
82
| `http1-pipeline-transform` | A function that takes an `io.netty.channel.ChannelPipeline` object, which represents an HTTP/1 connection, and modifies it. Contains the user handler at \"request-handler\". |
83
-
| `compression-level` | (DEPRECATED: Use `compression-options` or leave unset.) Optional gzip/deflate compression level, `1` yields the fastest compression and `9` yields the best compression, defaults to `6` . When set, ONLY older gzip and deflate codecs are available. Overridden by `compression-options`. |
83
+
| `compression-level` | (DEPRECATED: Use `compression-options` or leave unset.) Optional gzip/deflate compression level, `1` yields the fastest compression and `9` yields the best compression, defaults to `6`. Zstd or Brotli will also be enabled when available. Overridden by `compression-options`. |
0 commit comments