sark-core 0.2.1

the L7 layer for dope
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod consts;
mod framing;
mod head_write;
mod headers;
mod out;

pub(super) use consts::{CL_PREFIX, CRLF, SERVER_DATE_TERMINATOR_LEN, STATUS_LINE_PREFIX};
pub(super) use framing::{ContentLength, TransferEncodingChunked};
pub(super) use head_write::HeadWrite;
pub(super) use headers::HeaderSection;
pub(super) use out::Out;