oak-http-server 0.3.0

Yet another HTTP server library written in Rust
Documentation
  • Coverage
  • 100%
    62 out of 62 items documented3 out of 24 items with examples
  • Size
  • Source code size: 79.11 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.07 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Oakchris1955/rust-http-server
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Oakchris1955

Rust HTTP1.1 Server

A HTTP server library that complies with the 1.1 version of the HTTP protocol according to RFC 9112 and other related documents, written in Rust with ZERO dependencies.

This was originally meant to be an executable running a HTTP server, but it turns out it is way easier to implement a HTTP library, then use it in one's own executable.

Changelog

For more info check the change log