pulse_http 0.2.0

Async HTTP/1.1 framework on Tokio — raw TCP, routing, middleware, no Hyper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod find_subslice;
pub mod parse_header_line;
pub mod parse_multipart;
pub mod parse_request_line;
pub mod parse_urlencoded;
pub mod rate_limit_key;
pub mod read_body;
pub mod read_chunked_body;
pub mod read_headers;
pub mod read_with_timeout;
pub mod reason_phrase;
pub mod should_keep_alive;
pub mod split_path_and_query;
pub mod split_segments;
pub mod write_with_timeout;