sutegi-http 0.1.1

Zero-dependency HTTP/1.1 parser and thread-pool server (std::net only) for sutegi.
Documentation
  • Coverage
  • 51.61%
    32 out of 62 items documented0 out of 36 items with examples
  • Size
  • Source code size: 21.92 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 772.88 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • enekos/sutegi
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • enekos

A minimal HTTP/1.1 server built directly on std::net.

No async runtime, no hyper, no tokio. Connections are handled by a fixed thread pool. This is deliberately small: it keeps the binary tiny and the request lifecycle trivial to reason about — for a human reading the source, or an agent reasoning about the running app.