RoutingDsl
Router
* Remove `RoutingDsl` * Fix typo
axum::prelude
axum::Error
Replace `BoxStdError` and supports downcasting
http_body::Body
IntoResponse
Adds associated `Body` and `BodyError` types to `IntoResponse`. This is required for returning responses with bodies other than `hyper::Body` from handlers. That wasn't previously possible. This is a breaking change so should be shipped in 0.2.
Json