1 unstable release

Uses old Rust 2015

0.1.0 Nov 7, 2019

#66 in #byte-buffer

Download history 475/week @ 2024-02-26 419/week @ 2024-03-04 502/week @ 2024-03-11 298/week @ 2024-03-18 662/week @ 2024-03-25 643/week @ 2024-04-01 352/week @ 2024-04-08 1051/week @ 2024-04-15 640/week @ 2024-04-22 289/week @ 2024-04-29 354/week @ 2024-05-06 476/week @ 2024-05-13 694/week @ 2024-05-20 457/week @ 2024-05-27 410/week @ 2024-06-03 406/week @ 2024-06-10

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