axum/src
2021-10-13 12:21:22 +02:00
..
body Fix typo in StreamBody docs (#343) 2021-09-22 14:20:43 +00:00
extract Remove some #[allow(warnings)] (#376) 2021-10-08 14:09:44 +00:00
handler Remove routing::Layered (#383) 2021-10-13 12:21:22 +02:00
response Fix dead code warnings (#373) 2021-10-07 16:49:57 +02:00
routing Remove routing::Layered (#383) 2021-10-13 12:21:22 +02:00
service Remove some #[allow(warnings)] (#376) 2021-10-08 14:09:44 +00:00
tests Expand accepted content types for JSON requests (#378) 2021-10-08 14:51:22 +00:00
body.rs Add StreamBody (#237) 2021-08-22 14:41:51 +02:00
clone_box_service.rs Improve performance of BoxRoute (#339) 2021-10-02 13:43:59 +00:00
error.rs Remove tower from axum's public API (#229) 2021-08-21 15:01:30 +02:00
json.rs Expand accepted content types for JSON requests (#378) 2021-10-08 14:51:22 +00:00
lib.rs Document debugging handler type errors with "axum-debug" (#372) 2021-10-07 15:33:49 +02:00
macros.rs Remove tower from axum's public API (#229) 2021-08-21 15:01:30 +02:00
util.rs Percent decode automatically in extract::Path (#272) 2021-10-02 14:04:29 +00:00