axum/axum-debug/tests/pass
Kai Jewson dfb06e721c
Introduce Response type alias as a shorthand for Response<BoxBody> (#590)
* Introduce `Response` type alias as a shorthand

* Don't re-export `Response` at the crate root
2021-12-05 19:16:46 +01:00
..
associated_fn_without_self.rs Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +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 Introduce Response type alias as a shorthand for Response<BoxBody> (#590) 2021-12-05 19:16:46 +01:00
self_receiver.rs Move FromRequest and IntoResponse into new axum-core crate (#564) 2021-11-30 13:46:13 +00:00