Home
last modified time | relevance | path

Searched refs:insert_header (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/axum/src/middleware/
Dfrom_fn.rs400 async fn insert_header<B>(mut req: Request<B>, next: Next<B>) -> impl IntoResponse { in basic() function
413 .layer(from_fn(insert_header)); in basic()