Added
Changed
- Updated
BaseMiddleware.handler
to allow async handlers. - Updated
Middleware
to allow include anyServiceIdentifier
. - Updated
JsonContent
with no generic.
Fixed
- Updated
BaseController.ok
to no longer returntext/plain
responses when non string content is passed.