File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ as compressing will transform the body.
46
46
#### Options
47
47
48
48
` compression() ` accepts these properties in the options object. In addition to
49
- those listed below, [ zlib] ( http ://nodejs.org/api/zlib.html) options may be
49
+ those listed below, [ zlib] ( https ://nodejs.org/api/zlib.html) options may be
50
50
passed in to the options object or
51
51
[ brotli] ( https://nodejs.org/api/zlib.html#zlib_class_brotlioptions ) options.
52
52
@@ -55,7 +55,7 @@ passed in to the options object or
55
55
Type: ` Number ` <br >
56
56
Default: ` zlib.constants.Z_DEFAULT_CHUNK ` , or ` 16384 ` .
57
57
58
- See [ Node.js documentation] ( http ://nodejs.org/api/zlib.html#zlib_memory_usage_tuning)
58
+ See [ Node.js documentation] ( https ://nodejs.org/api/zlib.html#zlib_memory_usage_tuning)
59
59
regarding the usage.
60
60
61
61
##### filter
@@ -107,7 +107,7 @@ This specifies how much memory should be allocated for the internal compression
107
107
state and is an integer in the range of ` 1 ` (minimum level) and ` 9 ` (maximum
108
108
level).
109
109
110
- See [ Node.js documentation] ( http ://nodejs.org/api/zlib.html#zlib_memory_usage_tuning)
110
+ See [ Node.js documentation] ( https ://nodejs.org/api/zlib.html#zlib_memory_usage_tuning)
111
111
regarding the usage.
112
112
113
113
##### brotli
@@ -161,7 +161,7 @@ set a `Content-Length` response header.
161
161
Type: ` Number ` <br >
162
162
Default: ` zlib.constants.Z_DEFAULT_WINDOWBITS ` , or ` 15 `
163
163
164
- See [ Node.js documentation] ( http ://nodejs.org/api/zlib.html#zlib_memory_usage_tuning)
164
+ See [ Node.js documentation] ( https ://nodejs.org/api/zlib.html#zlib_memory_usage_tuning)
165
165
regarding the usage.
166
166
167
167
##### enforceEncoding
You can’t perform that action at this time.
0 commit comments