axum/axum-core/src
David Pedersen 8dd6070574
Implement IntoResponse for (Parts | Request<()>, $(impl IntoResponseParts)+, impl IntoResponse) (#980)
* Implement `IntoResponse for (Parts | Request<()>, $(impl IntoResponseParts)+, impl IntoResponse)`

Fixes #979

* changelog

* docs

* changelog ref
2022-04-29 22:08:47 +02:00
..
extract Add RequestParts::extract (#897) 2022-04-01 09:25:15 +02:00
response Implement IntoResponse for (Parts | Request<()>, $(impl IntoResponseParts)+, impl IntoResponse) (#980) 2022-04-29 22:08:47 +02:00
body.rs Move FromRequest and IntoResponse into new axum-core crate (#564) 2021-11-30 13:46:13 +00:00
error.rs Change error type for RequestParts::try_into_request (#639) 2022-01-23 18:01:52 +01:00
lib.rs Move FromRequest and IntoResponse into new axum-core crate (#564) 2021-11-30 13:46:13 +00:00
macros.rs Remove deprecated APIs (#800) 2022-02-28 23:22:21 +00:00