horrorhttp

Crates.iohorrorhttp
lib.rshorrorhttp
version0.2.1
created_at2025-09-07 14:41:12.249574+00
updated_at2025-09-07 19:47:22.441687+00
descriptionA perhaps too flexible HTTP library based on a state machine.
homepage
repositoryhttps://git.tudbut.de/tudbut/horrorhttp
max_upload_size
id1828188
size12,919
Lea (TudbuT)

documentation

README

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.

Commit count: 0

cargo fmt