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.