oak-http-server

Crates.iooak-http-server
lib.rsoak-http-server
version0.3.0
sourcesrc
created_at2023-06-06 09:42:54.02764
updated_at2023-08-15 12:59:16.381794
descriptionYet another HTTP server library written in Rust
homepage
repositoryhttps://github.com/Oakchris1955/rust-http-server/
max_upload_size
id883703
size79,604
Oakchris1955 (Oakchris1955)

documentation

README

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

Commit count: 106

cargo fmt