File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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.
4646#### Options
4747
4848` 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
5050passed in to the options object or
5151[ brotli] ( https://nodejs.org/api/zlib.html#zlib_class_brotlioptions ) options.
5252
@@ -55,7 +55,7 @@ passed in to the options object or
5555Type: ` Number ` <br >
5656Default: ` zlib.constants.Z_DEFAULT_CHUNK ` , or ` 16384 ` .
5757
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)
5959regarding the usage.
6060
6161##### filter
@@ -107,7 +107,7 @@ This specifies how much memory should be allocated for the internal compression
107107state and is an integer in the range of ` 1 ` (minimum level) and ` 9 ` (maximum
108108level).
109109
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)
111111regarding the usage.
112112
113113##### brotli
@@ -161,7 +161,7 @@ set a `Content-Length` response header.
161161Type: ` Number ` <br >
162162Default: ` zlib.constants.Z_DEFAULT_WINDOWBITS ` , or ` 15 `
163163
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)
165165regarding the usage.
166166
167167##### enforceEncoding
You can’t perform that action at this time.
0 commit comments