v0.9
Added
- It is now possible to serve content asynchronously in a separate thread to the original servicing thread. (#35)
- Filters can now be set using custom
RequestMatcher
s
Fixed
ApacheCommonLogger
now correctly logs request parameters as they were received, in case they are modified down the middleware chain