axum/src
2021-10-25 20:42:49 +00:00
..
body Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
error_handling Revamp error handling model (#402) 2021-10-24 17:33:03 +00:00
extract Support deserializing i128 and u128 in extract::Path (#406) 2021-10-24 20:27:51 +00:00
handler Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
response Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
routing Correctly handle trailing slashes in routes (#410) 2021-10-25 20:42:49 +00:00
tests Correctly handle trailing slashes in routes (#410) 2021-10-25 20:42:49 +00:00
body.rs Add StreamBody (#237) 2021-08-22 14:41:51 +02:00
clone_box_service.rs Fix compile time regression by boxing routes internally (#404) 2021-10-24 20:52:42 +02:00
error.rs Remove tower from axum's public API (#229) 2021-08-21 15:01:30 +02:00
json.rs Reorganize method routers for handlers and services (#405) 2021-10-24 20:05:16 +00:00
lib.rs Stores routes in a map (#408) 2021-10-25 20:49:39 +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