response$send_file()
now handles
root = "/"
and absolute paths better on Windows.
new_app_process()
and
local_app_process()
are now faster, because the app object
they need to copy to the subprocess is smaller.
mw_etag()
now handles the If-None-Match
header properly, and sets the status code of the response to 304, and
removes the response body.First release on CRAN