From 1fd6f03fba1651dce5ed42f6b147bb90df4901dc Mon Sep 17 00:00:00 2001 From: Phillip9587 Date: Fri, 14 Feb 2025 20:23:46 +0100 Subject: [PATCH] fix(docs): update multiple links from http to https --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 16bde0ad..df1bd789 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ as compressing will transform the body. #### Options `compression()` accepts these properties in the options object. In addition to -those listed below, [zlib](http://nodejs.org/api/zlib.html) options may be +those listed below, [zlib](https://nodejs.org/api/zlib.html) options may be passed in to the options object or [brotli](https://nodejs.org/api/zlib.html#zlib_class_brotlioptions) options. @@ -55,7 +55,7 @@ passed in to the options object or Type: `Number`
Default: `zlib.constants.Z_DEFAULT_CHUNK`, or `16384`. -See [Node.js documentation](http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning) +See [Node.js documentation](https://nodejs.org/api/zlib.html#zlib_memory_usage_tuning) regarding the usage. ##### filter @@ -107,7 +107,7 @@ This specifies how much memory should be allocated for the internal compression state and is an integer in the range of `1` (minimum level) and `9` (maximum level). -See [Node.js documentation](http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning) +See [Node.js documentation](https://nodejs.org/api/zlib.html#zlib_memory_usage_tuning) regarding the usage. ##### brotli @@ -161,7 +161,7 @@ set a `Content-Length` response header. Type: `Number`
Default: `zlib.constants.Z_DEFAULT_WINDOWBITS`, or `15` -See [Node.js documentation](http://nodejs.org/api/zlib.html#zlib_memory_usage_tuning) +See [Node.js documentation](https://nodejs.org/api/zlib.html#zlib_memory_usage_tuning) regarding the usage. ##### enforceEncoding