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日

#786HTTP服务器

Download history • Rust 包仓库 223/week @ 2024-04-29 • Rust 包仓库 24/week @ 2024-05-06 • Rust 包仓库 19/week @ 2024-05-20 • Rust 包仓库 115/week @ 2024-05-27 • Rust 包仓库 50/week @ 2024-06-03 • Rust 包仓库 14/week @ 2024-06-10 • Rust 包仓库 2/week @ 2024-06-17 • Rust 包仓库 11/week @ 2024-07-01 • Rust 包仓库 126/week @ 2024-07-08 • Rust 包仓库 20/week @ 2024-07-15 • Rust 包仓库 87/week @ 2024-07-29 • Rust 包仓库 101/week @ 2024-08-05 • Rust 包仓库 18/week @ 2024-08-12 • Rust 包仓库

206 每月下载量
用于 zip_static_handler

MIT 许可证

63KB
1.5K SLoC

min_http11_parser  LICENSE crates.io 版本 文档

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