Skip to content

v1.2.3

Choose a tag to compare

@na2axl na2axl released this 16 Sep 09:24
· 38 commits to master since this release

List of changes in this release:

  • When adding sub pipes, middlewares of parent pipe are propagated (790a1dc)
  • The request URI match test is more permissive (e67f3fc)
  • When sending requests using the Request class, headers are now removed from the Response body (0f104db)
  • Better request body detection (43bc90c)
  • Add support to detect headers in servers not based on Apache (601931d)
  • Other bug fixes and minor improvements...