New
- Add
fallback
option to allow always settingctx.request.body
to{}
upon JSON parsing failure, etc. The default is to leavectx.request.body
asundefined
.
Updated
- Updated test suite to ensure 100% coverage
- Updated documentation to more clearly define available options and default behavior