axum/src
2021-08-08 20:26:42 +02:00
..
extract Implement FromRequest for http::Extensions (#169) 2021-08-08 20:01:06 +02:00
handler Move methods from ServiceExt to RoutingDsl (#160) 2021-08-08 14:30:51 +02:00
routing Make sure nested services still see full URI (#166) 2021-08-08 17:27:23 +02:00
service Move methods from ServiceExt to RoutingDsl (#160) 2021-08-08 14:30:51 +02:00
tests Clean up RequestParts API (#167) 2021-08-08 19:48:30 +02:00
body.rs Re-export more body utilities (#162) 2021-08-08 16:41:17 +02:00
buffer.rs Use pin-project-lite instead of pin-project (#95) 2021-08-03 09:33:00 +02:00
error.rs Clean up RequestParts API (#167) 2021-08-08 19:48:30 +02:00
json.rs Add axum::Error (#150) 2021-08-07 19:56:44 +02:00
lib.rs Move methods from ServiceExt to RoutingDsl (#160) 2021-08-08 14:30:51 +02:00
macros.rs Implement std::error::Error for all rejections (#153) 2021-08-07 21:03:04 +02:00
response.rs More consistent docs 2021-08-08 20:26:42 +02:00
sse.rs Add axum::Error (#150) 2021-08-07 19:56:44 +02:00
util.rs Implement path extractor (#124) 2021-08-06 10:17:57 +02:00