9个版本
0.2.6 | 2024年8月9日 |
---|---|
0.2.5 | 2024年7月13日 |
0.2.4 | 2024年6月2日 |
0.2.3 | 2024年5月4日 |
0.0.1 | 2024年3月10日 |
#786 在 HTTP服务器
206 每月下载量
用于 zip_static_handler
63KB
1.5K SLoC
min_http11_parser
let mut reader = BufReader::new(reader);
let mut buffer = vec![];
let (method, path, known_headers, _other_headers) = Parser::default()
.parse_request_line_and_headers( & mut reader, & mut buffer)
.await?;
依赖项
~2.9–4.5MB
~76K SLoC