waki 0.5.1

HTTP client and server library for WASI
Documentation
1
2
3
4
pub const MAX_HEADERS: usize = 32;
pub const BOUNDARY_EXT: &str = "--";
pub const CRLF: &str = "\r\n";
pub const CRLF_CRLF: &str = "\r\n\r\n";