From 7b83b3e76df5a5f18006885f323c3cea8609948a Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 22 Jun 2026 18:50:23 +0100 Subject: [PATCH] chore: replace http with https in urls --- README.md | 2 +- lib/types/multipart.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f033009..58ef778 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Benchmark (Mean time for 500 Kb payload, 2000 cycles, 1000 cycle warmup): Requirements ============ -* [Node.js](http://nodejs.org/) 10+ +* [Node.js](https://nodejs.org/) 10+ Install ======= diff --git a/lib/types/multipart.js b/lib/types/multipart.js index 5d05c5b..cc6faaf 100644 --- a/lib/types/multipart.js +++ b/lib/types/multipart.js @@ -3,7 +3,7 @@ // TODO: // * support 1 nested multipart level // (see second multipart example here: -// http://www.w3.org/TR/html401/interact/forms.html#didx-multipartform-data) +// https://www.w3.org/TR/html401/interact/forms.html#didx-multipartform-data) // * support limits.fieldNameSize // -- this will require modifications to utils.parseParams