From a6a9025babae81a1520647f9c79d76dc3c9e1285 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 28 Jun 2017 17:15:42 +0100 Subject: [PATCH] Typo in http node help --- nodes/core/io/21-httpin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/core/io/21-httpin.html b/nodes/core/io/21-httpin.html index 680e4fa00..7265142dd 100644 --- a/nodes/core/io/21-httpin.html +++ b/nodes/core/io/21-httpin.html @@ -62,7 +62,7 @@
  • query - an object containing any query string parameters.
  • params - an object containing any route parameters.
  • cookies - an object containing the cookies for the request.
  • -
  • files - if enabled with the node, an object containing +
  • files - if enabled within the node, an object containing any files uploaded as part of a POST request.