- Breaking change: add
Options
record parameter torunWithOptions
,toWaiRequest
andfromWaiResponse
. - Provide a
defaultOptions
. - Make whether or not to run base64-encoding on the response body customizable
through
Options.binaryMimeType
.
- Breaking change:
toWaiRequest
now sorts request headers and query string parameters.
- Fix construction of
rawPathInfo
.
- When API Gateway sends nonsense IPs during a test invocation, sub in
127.0.0.1
instead of exploding. #3 - Removed debug
print
s left in by mistake.
- First version. Released on an unsuspecting world.