1 unstable release

Uses old Rust 2015

0.1.0 Nov 7, 2019

#67 in #byte-buffer

Download history 263/week @ 2024-03-15 585/week @ 2024-03-22 733/week @ 2024-03-29 274/week @ 2024-04-05 912/week @ 2024-04-12 748/week @ 2024-04-19 418/week @ 2024-04-26 343/week @ 2024-05-03 460/week @ 2024-05-10 699/week @ 2024-05-17 431/week @ 2024-05-24 416/week @ 2024-05-31 349/week @ 2024-06-07 460/week @ 2024-06-14 356/week @ 2024-06-21 363/week @ 2024-06-28

1,619 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