1 unstable release

Uses old Rust 2015

0.1.0 Nov 7, 2019

#86 in #byte-buffer

Download history 500/week @ 2024-11-15 346/week @ 2024-11-22 421/week @ 2024-11-29 372/week @ 2024-12-06 303/week @ 2024-12-13 191/week @ 2024-12-20 104/week @ 2024-12-27 269/week @ 2025-01-03 380/week @ 2025-01-10 431/week @ 2025-01-17 340/week @ 2025-01-24 339/week @ 2025-01-31 440/week @ 2025-02-07 382/week @ 2025-02-14 452/week @ 2025-02-21 401/week @ 2025-02-28

1,726 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
~19K SLoC