httplz/crates/uhttp
2024-10-14 22:17:31 -04:00
..
crates/uhttp-ext [uhttp] client 2024-10-14 22:17:31 -04:00
examples [uhttp] client 2024-10-14 22:17:31 -04:00
src [uhttp] client 2024-10-14 22:17:31 -04:00
Cargo.toml [uhttp] echo server example 2024-10-14 15:04:36 -04:00
README.md [uhttp] recv working 2024-10-10 00:34:40 -04:00

uhttp

A small allocation-free, sans-IO HTTP implementation

Goals

  1. Enable development of HTTP-speaking applications
  2. Simple to understand codebase
  3. Fast to compile

Non-goals

  1. Ultimate speed

Scope

HTTP/1.1

???

HTTP/2

???

Non-scope

HTTP/1.1

???

HTTP/2

???