Skip to content

v0.1.3

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 03 Oct 20:59
· 381 commits to master since this release
  • Features:
    • Add warp::reject::forbidden() to represent 403 Forbidden responses.
    • Add Rejection::with(cause) to customize rejection messages.
  • Fixes:
    • Fix warp::body::form to allow charsets in the content-type header.