This repository has been archived by the owner on May 9, 2024. It is now read-only.
v0.4.2: Refactoring to use middleware
Notable Changes
-
Large refactoring effort to make minik more flexible (issues/29)
- Using middleware to build a request for a given event
- Using middleware to handle server errors
- Using middleware to handle exceptions
-
Exposing the response object to the view to enable custom headers and
content-types (issues/10) -
Adding debug mode to control whether an exception trace should be sent to
a consumer (issues/24)