Add AppendHeaders (#927)

* Add `AppendHeaders`

* axum changelog
This commit is contained in:
David Pedersen
2022-04-17 23:14:04 +02:00
committed by GitHub
parent 83e1a15040
commit afcefb4a70
7 changed files with 78 additions and 25 deletions
+3 -1
View File
@@ -19,7 +19,9 @@ pub use crate::TypedHeader;
pub use crate::Extension;
#[doc(inline)]
pub use axum_core::response::{IntoResponse, IntoResponseParts, Response, ResponseParts};
pub use axum_core::response::{
AppendHeaders, IntoResponse, IntoResponseParts, Response, ResponseParts,
};
#[doc(inline)]
pub use self::{redirect::Redirect, sse::Sse};