refactor(ffi): Add HeaderCaseMap preserving http1 header casing
This commit is contained in:
@@ -24,7 +24,6 @@ pub struct MessageHead<S> {
|
||||
pub subject: S,
|
||||
/// Headers of the Incoming message.
|
||||
pub headers: http::HeaderMap,
|
||||
|
||||
/// Extensions.
|
||||
extensions: http::Extensions,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user