5 releases

0.1.4 Feb 16, 2024
0.1.3 Jan 31, 2024
0.1.2 Jan 20, 2024
0.1.1 Jan 20, 2024
0.1.0 Jan 13, 2024

#252 in HTTP server

Download history 2/week @ 2024-01-13 98/week @ 2024-01-20 25515/week @ 2024-01-27 56954/week @ 2024-02-03 87505/week @ 2024-02-10 19001/week @ 2024-02-17 14449/week @ 2024-02-24 15201/week @ 2024-03-02 12537/week @ 2024-03-09 9677/week @ 2024-03-16 12615/week @ 2024-03-23 10561/week @ 2024-03-30 9019/week @ 2024-04-06

43,830 downloads per month
Used in 2 crates (via hootbin)

MIT/Apache

94KB
2K SLoC

hoot

no_std, allocation free http 1.1 library.

API in flux

This library is currently experimental. We're trying to find a good API that fulfil these criteria:

  • Allocation free – To be useful in no_std environments without allocators.
  • Ergonomic - As ergonomic as possible while still being allocation free.
  • Correct - Encourage (or force) correct HTTP 1.1 usage.

The library has both a client and a server implementation.

License: MIT OR Apache-2.0


lib.rs:

no_std, allocation free http 1.1 library.

API in flux

This library is currently experimental. We're trying to find a good API that fulfil these criteria:

  • Allocation free – To be useful in no_std environments without allocators.
  • Ergonomic - As ergonomic as possible while still being allocation free.
  • Correct - Encourage (or force) correct HTTP 1.1 usage.

The library has both a client and a server implementation.

Dependencies

~180KB