xitca-http 0.9.0

http library for xitca
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! protocol module of Http/1.x
//! aiming to be correct and fast with only safe code.

mod decode;

pub mod buf_write;
pub mod context;
pub mod encode;
pub mod error;
pub mod header;
pub mod trasnder_coding;