axum/axum-debug/tests
Jonas Platte bf83f34617 Add trait IntoResponseHeaders (#649)
* Introduce IntoResponseHeaders trait

* Implement IntoResponseHeaders for HeaderMap

* Add impl IntoResponse for impl IntoResponseHeaders

… and update IntoResponse impls that use HeaderMap to be generic instead.

* Add impl IntoResponseHeaders for Headers

… and remove IntoResponse impls that use it.

* axum-debug: Fix grammar in docs

* Explain confusing error message in docs
2022-01-23 18:01:52 +01:00
..
fail Add trait IntoResponseHeaders (#649) 2022-01-23 18:01:52 +01:00
pass Support customizing the request body type in #[debug_handler] (#595) 2021-12-08 19:37:18 +01:00