- Fix stripping prefix when nesting services at
/
(#91)
- Add support for WebSocket protocol negotiation (#83)
- Use
pin-project-lite
instead ofpin-project
(#95)
- Re-export
http
crate andhyper::Server
(#110)
- Fix
Query
andForm
extractors giving bad request error when query string is empty. (#117)
- Add
Path
extractor. (#124)
- Fixed the implementation of
IntoResponse
of(HeaderMap, T)
and(StatusCode, HeaderMap, T)
would ignore headers fromT
(#137)
- Deprecate
extract::UrlParams
andextract::UrlParamsMap
. Useextract::Path
instead (#138)