Support customizing the request body type in #[debug_handler] (#595)

This commit is contained in:
David Pedersen
2021-12-08 19:37:18 +01:00
committed by GitHub
parent 4b85b227e1
commit 8895926f73
7 changed files with 64 additions and 18 deletions
+6
View File
@@ -0,0 +1,6 @@
use axum_debug::debug_handler;
#[debug_handler(foo)]
async fn handler() {}
fn main() {}