- Set RequestURI on request (@RossHammer).
- Unescape Path (@RossHammer).
- Multi-value header support implemented using APIGatewayProxyResponse.MultiValueHeaders.
- Support multi-value query string parameters and headers in requests.
- Workaround for API Gateway not supporting headers with multiple values (@mspiegel).
- UseProxyPath option - strips the base path mapping when using a custom domain with API Gateway.
- Set Host header for requests (@rvdwijngaard).
- Context support.