contributte / apitte

:wrench: An opinionated and enjoyable API framework based on Nette Framework. Supporting content negotiation, debugging, middlewares, attributes, annotations and loving openapi/swagger.
https://contributte.org/packages/contributte/apitte/
MIT License
61 stars 37 forks source link

psr-7 provider, BaseApplication, removed WrappedDispatcher #107

Closed mabar closed 5 years ago

mabar commented 5 years ago

@f3l1x Preparation for psr-15 middlewares - with this change exceptions from middlewares could be transformed by our error handler and we could safely drop all workarounds like TryCatchMiddleware.

mabar commented 5 years ago

@f3l1x Ready