copyTree
pathInfo
in HTTP requestslistDirectories
override in HTTP file services. (@stuk)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.removeDirectory
and statLink
to the Mock file system interface.copyTree
to write over existing trees. (@nerfin)followInsecureSymbolicLinks
flag on the file tree HTTP
app. (@francoisfrisch)FS.read(path, "b")
.append
and aligns open flags with the underlying Node, except for
the default of UTF-8 if bytewise is not specified in the mode flag.node
property to Reader
, as advertised.move
and rename
. move
will work across file system
boundaries.move
to overwrite the target, or overwrite a target directory if
empty.