axum/src/tests
David Pedersen 48afd30491
Improve compile times (#184)
* Inline `handler::IntoService`

* Inline `BoxResponseBody`

* Add missing debug impl
2021-08-15 23:01:26 +02:00
..
get_to_head.rs Improve compile times (#184) 2021-08-15 23:01:26 +02:00
handle_error.rs Move methods from ServiceExt to RoutingDsl (#160) 2021-08-08 14:30:51 +02:00
mod.rs Improve compile times (#184) 2021-08-15 23:01:26 +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