0.6.0
- Introduce a new matcher:
Match::Regex(String)
, for matching the request path or headers with a regular expression. - Extend the matcher logic to matching the request path (supports all matchers now).
- Fix a bug in the request processing for large bodies.
Thanks to @estin