axum/axum-debug/tests/pass
2021-12-08 19:37:18 +01:00
..
associated_fn_without_self.rs Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
different_request_body_type.rs Support customizing the request body type in #[debug_handler] (#595) 2021-12-08 19:37:18 +01:00
impl_future.rs Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
impl_into_response.rs Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
multiple_extractors.rs Fix #[debug_handler] for multiple extractors (#552) 2021-11-22 10:28:43 +01:00
mut_extractor.rs Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
ready.rs Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
result_impl_into_response.rs Fix debug_handler for Result<impl IntoResponse, Error> and friends (#588) 2021-12-04 18:24:58 +01:00
returns_self.rs Support customizing the request body type in #[debug_handler] (#595) 2021-12-08 19:37:18 +01:00
self_receiver.rs Move FromRequest and IntoResponse into new axum-core crate (#564) 2021-11-30 13:46:13 +00:00