Changelog
1.11.2
copyTree
pathInfo
in HTTP requestslistDirectories
override in HTTP file services. (@stuk)Changelog
1.11.1
fs.reroot
, binding this properly (@Stuk)fs.reroot
no longer traverses into directory prefixes implicitly.
We do not expect anyone was depending on this strange behavior,
but do expect folks were not using reroot
because of it.host
vs hostname
is resolved.
host
stands for both the hostname and the port, but only includes the port
if it differs from the default port for the protocol.
HTTP requests will normalize any combination of host
, port
, and
hostname
.
The cookie jar HTTP application adapter has been updated.auth
portion of a URL, it will be implicitly normalized to the corresponding
Authorization
header, for basic HTTP auth.
Note that the convention in Q-IO is to use lower-case for all input and
output headers, since they are case-insensitive.fs.copyTree
fixed for duplicate file modes (@Stuk)agent
option.node
property, referring back to the
Node.js writable stream.