1 unstable release

Uses old Rust 2015

0.1.0 Nov 7, 2019

#79 in #byte-buffer

Download history 271/week @ 2024-07-20 268/week @ 2024-07-27 271/week @ 2024-08-03 293/week @ 2024-08-10 221/week @ 2024-08-17 295/week @ 2024-08-24 342/week @ 2024-08-31 816/week @ 2024-09-07 407/week @ 2024-09-14 352/week @ 2024-09-21 343/week @ 2024-09-28 333/week @ 2024-10-05 344/week @ 2024-10-12 791/week @ 2024-10-19 501/week @ 2024-10-26 338/week @ 2024-11-02

2,036 downloads per month
Used in 2 crates

MIT/Apache

24KB
442 lines

Build Status

http-bytes

Some ways to define this crate:

  • Adaptor between httparse and http 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 and http 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