This website requires JavaScript.
Explore
Help
Sign In
tokio-rs
/
axum
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tokio-rs/axum.git
synced
2026-08-22 00:00:17 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8ef96f219958d07e92f1147029de7eb7d3be8cfd
axum
/
src
/
tests
T
History
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
..
handle_error.rs
Move methods from
ServiceExt
to
RoutingDsl
(
#160
)
2021-08-08 14:30:51 +02:00
mod.rs
Add test for routing matching multiple methods
2021-08-10 10:02:40 +02:00
nest.rs
Make sure nested services still see full URI (
#166
)
2021-08-08 17:27:23 +02:00
or.rs
Add
RouteDsl::or
to combine routes (
#108
)
2021-08-07 17:09:45 +02:00