mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-10 00:00:11 +02:00
* Simplify json content-type check * Import HeaderMap from http instead of from headers The headers crate is an optional dependency and its HeaderMap re-export is `#[doc(hidden)]`. * Use headers re-export in axum in examples