Skip to content

Commit

Permalink
update external docs (#1709)
Browse files Browse the repository at this point in the history
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Create or Update Pull Request Action authored Dec 9, 2024
1 parent 43a0169 commit a5de90b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _data/express.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
current_version: "4.21.1"
current_version: "4.21.2"
next_version: "5.0.1"
6 changes: 6 additions & 0 deletions _includes/readmes/compression.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ The default value is `zlib.Z_DEFAULT_WINDOWBITS`, or `15`.
See [Node.js documentation](http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning)
regarding the usage.

##### enforceEncoding

This is the default encoding to use when the client does not specify an encoding in the request's [Accept-Encoding](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding) header.

The default value is `identity`.

#### .filter

The default `filter` function. This is used to construct a custom filter
Expand Down

0 comments on commit a5de90b

Please sign in to comment.