Release axum, axum-core, and axum-debug (#591)

This commit is contained in:
David Pedersen
2021-12-06 10:30:09 +01:00
committed by GitHub
parent dfb06e721c
commit 8e1341d1f6
7 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ mod headers;
pub use self::headers::Headers;
/// Type alias for [`http::Response`] whose body type defaults to [`BoxBody`], the most common body
/// type used with Axum.
/// type used with axum.
pub type Response<T = BoxBody> = http::Response<T>;
/// Trait for generating responses.