1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-03-31 11:49:55 +02:00
axum/src
David Pedersen 8ef96f2199 Add test for routing matching multiple methods
I don't believe we had a test for this
2021-08-10 10:02:40 +02:00
..
extract Implement FromRequest for http::Extensions () 2021-08-08 20:01:06 +02:00
handler Move methods from ServiceExt to RoutingDsl () 2021-08-08 14:30:51 +02:00
routing Make sure nested services still see full URI () 2021-08-08 17:27:23 +02:00
service Move methods from ServiceExt to RoutingDsl () 2021-08-08 14:30:51 +02:00
tests Add test for routing matching multiple methods 2021-08-10 10:02:40 +02:00
body.rs Re-export more body utilities () 2021-08-08 16:41:17 +02:00
buffer.rs Use pin-project-lite instead of pin-project () 2021-08-03 09:33:00 +02:00
error.rs Clean up RequestParts API () 2021-08-08 19:48:30 +02:00
json.rs Add axum::Error () 2021-08-07 19:56:44 +02:00
lib.rs Move methods from ServiceExt to RoutingDsl () 2021-08-08 14:30:51 +02:00
macros.rs Implement std::error::Error for all rejections () 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 () 2021-08-07 19:56:44 +02:00
util.rs Implement path extractor () 2021-08-06 10:17:57 +02:00