axum/axum-macros/tests/debug_handler/pass
David Pedersen bb05dea672
Generate correct bound for non-last extractor in #[debug_handler] (#1299)
* Support running a single UI test

* Generate correct `FromRequestParts` bound

* don't depend on itertools
2022-08-22 15:34:17 +02:00
..
associated_fn_without_self.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
different_request_body_type.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
impl_future.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
impl_into_response.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
infer_state.rs Support changing state type in #[debug_handler] (#1271) 2022-08-18 11:41:14 +02:00
multiple_extractors.rs Check for multiple body extractors in debug_handler (#1036) 2022-05-16 14:11:40 +00:00
mut_extractor.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
ready.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
request_last.rs Check Request and Path in debug_handler (#1035) 2022-05-16 10:05:17 +00:00
result_impl_into_response.rs Generate correct bound for non-last extractor in #[debug_handler] (#1299) 2022-08-22 15:34:17 +02:00
returns_self.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
self_receiver.rs Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
set_state.rs Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
state_and_body.rs Support changing state type in #[debug_handler] (#1271) 2022-08-18 11:41:14 +02:00