mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Support customizing the request body type in #[debug_handler] (#595)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
use axum_debug::debug_handler;
|
||||
|
||||
#[debug_handler(foo)]
|
||||
async fn handler() {}
|
||||
|
||||
fn main() {}
|
||||
Reference in New Issue
Block a user