A sans-io, no-std HTTP implementation
Find a file
2024-11-03 21:51:29 -05:00
crates Major refactoring 2024-11-03 21:51:29 -05:00
examples Major refactoring 2024-11-03 21:51:29 -05:00
src Major refactoring 2024-11-03 21:51:29 -05:00
.gitignore return NeedMoreData when ContentLength and empty chunk 2024-10-14 23:22:48 -04:00
Cargo.lock Major refactoring 2024-11-03 21:51:29 -05:00
Cargo.toml Major refactoring 2024-11-03 21:51:29 -05:00
flake.lock Move uhttp to its own repo 2024-10-14 22:19:45 -04:00
flake.nix Work work 2024-10-24 15:27:11 -04:00
README.md Rename the library 2024-10-14 23:49:23 -04:00
rustfmt.toml [uhttp] echo server example 2024-10-14 15:04:36 -04:00

httplz

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

???