sark-core 0.11.0

the L7 layer for dope
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod decode;
pub mod encode;
mod header_utils;

pub use decode::{
    BodyFraming, BodyKind, DecodeMode, DecodedHead, HeaderScan, ParsedRequestHead, ResponseDecoder,
    chunked,
};
pub use encode::Wire;
pub use header_utils::{Header, HeaderLookup};