hoot 0.1.4

no_std, allocation free http 1.1 library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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