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
+2
View File
@@ -6,10 +6,12 @@
use crate::body::BoxBody;
mod append_headers;
mod into_response;
mod into_response_parts;
pub use self::{
append_headers::AppendHeaders,
into_response::IntoResponse,
into_response_parts::{IntoResponseParts, ResponseParts, TryIntoHeaderError},
};