A perhaps too flexible HTTP library based on a state machine.
Find a file
2025-12-17 21:52:47 +01:00
src fix response writer without body 2025-09-07 21:47:07 +02:00
.envrc Initial commit 2025-09-07 16:39:28 +02:00
.gitignore Initial commit 2025-09-07 16:39:28 +02:00
Cargo.lock update readformat 2025-12-17 21:52:47 +01:00
Cargo.toml update readformat 2025-12-17 21:52:47 +01:00
README.md improve pipeline 2025-09-07 17:42:22 +02:00
shell.nix Initial commit 2025-09-07 16:39:28 +02:00

HorrorHTTP

Please consider not using this library. It is not meant for general use in e.g. a website, but it is very very flexible

HorrorHTTP is an extremely light HTTP library meant to allow for complete flexibility in what you want to do with the connection.

To start, feed a TcpStream and handler state into [handle]. This creates a state machine which allows for each state to transition into any other state.