1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-03-31 03:38:16 +02:00
axum/src
2021-11-02 18:02:09 +01:00
..
body Reorganize method routers for handlers and services () 2021-10-24 20:05:16 +00:00
docs Mention handling extractor failures in error handling docs 2021-11-02 18:02:09 +01:00
error_handling Remove Sync requirement from response bodies () 2021-11-01 22:37:16 +01:00
extract Add Handler::{into_make_service, into_make_service_with_connect_info} () 2021-11-02 17:11:18 +01:00
handler Add Handler::{into_make_service, into_make_service_with_connect_info} () 2021-11-02 17:11:18 +01:00
response Remove Sync requirement from response bodies () 2021-11-01 22:37:16 +01:00
routing Add Handler::{into_make_service, into_make_service_with_connect_info} () 2021-11-02 17:11:18 +01:00
tests Rework docs () 2021-11-01 21:13:37 +00:00
add_extension.rs Vendor AddExtensionLayer and AddExtension () 2021-10-25 22:08:59 +00:00
body.rs Remove Sync requirement from response bodies () 2021-11-01 22:37:16 +01:00
clone_box_service.rs More consistent poll_ready usage 2021-10-26 01:24:57 +02:00
error.rs Remove tower from axum's public API () 2021-08-21 15:01:30 +02:00
json.rs Reorganize method routers for handlers and services () 2021-10-24 20:05:16 +00:00
lib.rs Rework docs () 2021-11-01 21:13:37 +00:00
macros.rs More consistent poll_ready usage 2021-10-26 01:24:57 +02:00
util.rs Percent decode automatically in extract::Path () 2021-10-02 14:04:29 +00:00