Skip to content

v0.1.4

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 03 Oct 20:59
· 374 commits to master since this release
  • Features:
    • Add warp::reply::with::headers(HeaderMap) filter wrapper.
    • Add warp::cookie::optional() to get an optional cookie value.
    • Add warp::path::full() to be able to extract the full request path without affecting route matching.
    • Add graceful shutdown support to the Server.
    • Allow empty query strings to be treated as for warp::query().