summaryrefslogtreecommitdiff
path: root/axum-core
AgeCommit message (Expand)Author
2021-12-06Release axum, axum-core, and axum-debug (#591)axum-v0.4.1axum-debug-v0.3.1axum-core-v0.1.1David Pedersen
2021-12-05Introduce `Response` type alias as a shorthand for `Response<BoxBody>` (#590)Kai Jewson
2021-12-02Release axum, axum-core, and axum-extra (#582)axum-v0.4.0axum-extra-v0.1.0axum-core-v0.1.0David Pedersen
2021-11-30Move `FromRequest` and `IntoResponse` into new `axum-core` crate (#564)David Pedersen