- Add wrap-with-certificate-cn middleware that adds a
:ssl-client-cn
key to the request map if a:ssl-client-cert
is present. - Add wrap-with-x-frame-options-deny middleware that adds
X-Frame-Options: DENY
- Modify behavior of regex support in the wrap-proxy function.
Now, when a regex is given for the
proxied-path
argument, the entirety of the request uri's path will be appended onto the path ofremote-uri-base
. - Add a new utility middleware,
wrap-add-cache-headers
, that addscache-control
headers toGET
andPUT
requests.
- Log proxied requests
- Allow
proxied-path
argument inwrap-proxy
function to be a regular expression - Bump http-client to v0.2.8
- Add support for redirect following on proxy requests
- Fix issue where Gzipped proxy responses were being truncated