mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-13 18:30:42 +01:00
30 lines
1.2 KiB
Rust
30 lines
1.2 KiB
Rust
|
use axum::response::AppendHeaders;
|
||
|
|
||
|
#[axum::debug_handler]
|
||
|
async fn handler(
|
||
|
) -> (
|
||
|
axum::http::StatusCode,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
AppendHeaders<[(axum::http::HeaderName, &'static str); 1]>,
|
||
|
axum::http::StatusCode,
|
||
|
) {
|
||
|
panic!()
|
||
|
}
|
||
|
|
||
|
fn main() {}
|