1 unstable release
Uses old Rust 2015
0.1.0 | Nov 7, 2019 |
---|
#67 in #byte-buffer
1,619 downloads per month
Used in 2 crates
24KB
442 lines
http-bytes
Some ways to define this crate:
- Adaptor between
httparse
andhttp
crates. - Super-lowlevel web framework, almost minimal one around
http
crate. - A way to turn bytes to/from HTTP request/responses
HTTP 1 only, no HTTP 2.
Body is not touched in any way. Not performance-optimized. Request handling code tries to to Basic Authorization (can opt out).
Supports Rust 1.28.0
License: MIT/Apache-2.0
lib.rs
:
Some ways to define this crate:
- Adaptor between
httparse
andhttp
crates. - Super-lowlevel web framework, almost minimal one around
http
crate. - A way to make bytes to/from HTTP request/responses
HTTP 1 only, no HTTP 2.
Body is not touched in any way. Not performance-optimized. Request handling code tries to to Basic Authorization (can opt out).
Supports Rust 1.28.0
Dependencies
~1MB
~18K SLoC