axum/src
David Pedersen 811b1d896c
Deprecate extract::UrlParams and extract::UrlParamsMap (#138)
Use `extract::Path` instead. It supports everything the two other do,
and more.
2021-08-06 10:38:38 +02:00
..
extract Deprecate extract::UrlParams and extract::UrlParamsMap (#138) 2021-08-06 10:38:38 +02:00
handler Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
routing Move response futures into their own modules (#130) 2021-08-06 01:15:10 +02:00
service Move response futures into their own modules (#130) 2021-08-06 01:15:10 +02:00
tests Implement path extractor (#124) 2021-08-06 10:17:57 +02:00
ws Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
body.rs Clarify required response body type when routing to tower::Services (#69) 2021-08-01 15:42:12 +02:00
buffer.rs Use pin-project-lite instead of pin-project (#95) 2021-08-03 09:33:00 +02:00
lib.rs Implement path extractor (#124) 2021-08-06 10:17:57 +02:00
macros.rs Deprecate QueryStringMissing (#119) 2021-08-04 17:58:34 +02:00
response.rs Fixed the implementation of IntoResponse of (HeaderMap, T) and (StatusCode, HeaderMap, T) would ignore headers from T (#137) 2021-08-06 10:31:38 +02:00
routing.rs Move response futures into their own modules (#130) 2021-08-06 01:15:10 +02:00
sse.rs Replace hyper::Server with axum::Server in docs (#118) 2021-08-04 15:38:51 +02:00
tests.rs Implement path extractor (#124) 2021-08-06 10:17:57 +02:00
util.rs Implement path extractor (#124) 2021-08-06 10:17:57 +02:00