mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-27 04:50:31 +00:00

* Empty crate * basic setup * Support `HEAD` * Add remaining methods * Impl Debug * Add `MethodRouter::merge` * WIP * Support same route with different methods in different calls * Update changelog * Bring back `any` and `any_service` * Address review feedback