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: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,12 @@ The default value is `zlib.Z_DEFAULT_WINDOWBITS`, or `15`.
139
139
See [Node.js documentation](http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning)
140
140
regarding the usage.
141
141
142
+
##### enforceEncoding
143
+
144
+
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.
145
+
146
+
The default value is `identity`.
147
+
142
148
#### .filter
143
149
144
150
The default `filter` function. This is used to construct a custom filter
0 commit comments