2023-12-30 22:48:35 +01:00
|
|
|
use axum::response::AppendHeaders;
|
|
|
|
|
|
|
|
#[axum::debug_handler]
|
2024-11-26 19:04:01 +01:00
|
|
|
async fn handler() -> (
|
2023-12-30 22:48:35 +01:00
|
|
|
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() {}
|