Skip to content

v0.9

Compare
Choose a tag to compare
@testinfected testinfected released this 29 Jun 02:02
· 312 commits to master since this release

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 RequestMatchers

Fixed

  • ApacheCommonLogger now correctly logs request parameters as they were received, in case they are modified down the middleware chain