webfakes 1.1.6
CRAN release: 2022-11-08
response$send_file()
now handlesroot = "/"
and absolute paths better on Windows.new_app_process()
andlocal_app_process()
are now faster, because the app object they need to copy to the subprocess is smaller.
webfakes 1.1.5
CRAN release: 2022-10-25
-
mw_etag()
now handles theIf-None-Match
header properly, and sets the status code of the response to 304, and removes the response body.