refactor(ffi): Add HeaderCaseMap preserving http1 header casing

This commit is contained in:
Sean McArthur
2021-01-07 17:22:12 -08:00
parent 3ae1581a53
commit 4c32daeea0
12 changed files with 321 additions and 35 deletions

View File

@@ -28,6 +28,7 @@ mod io;
mod task;
pub(crate) use self::body::UserBody;
pub(crate) use self::http_types::HeaderCaseMap;
pub const HYPER_ITER_CONTINUE: libc::c_int = 0;
#[allow(unused)]