Skip to content

v0.2.5

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 31 Aug 20:01
· 110 commits to master since this release
  • Features:
    • Add wrap_fn, which can be used to create a Wrap from a closure. These in turn are used with Filter::with().
    • Add warp::host filters to deal with Host/:authority headers.
    • Relax some lifetime bounds on Server.
  • Fixes:
    • Fix panic when URI doesn't have a slash (for example, CONNECT foo.bar).