v0.2.5
- Features:
- Add
wrap_fn
, which can be used to create aWrap
from a closure. These in turn are used withFilter::with()
. - Add
warp::host
filters to deal withHost
/:authority
headers. - Relax some lifetime bounds on
Server
.
- Add
- Fixes:
- Fix panic when URI doesn't have a slash (for example,
CONNECT foo.bar
).
- Fix panic when URI doesn't have a slash (for example,