v0.1.3
- Features:
- Add
warp::reject::forbidden()
to represent403 Forbidden
responses. - Add
Rejection::with(cause)
to customize rejection messages.
- Add
- Fixes:
- Fix
warp::body::form
to allow charsets in thecontent-type
header.
- Fix
warp::reject::forbidden()
to represent 403 Forbidden
responses.Rejection::with(cause)
to customize rejection messages.warp::body::form
to allow charsets in the content-type
header.