Crates.io | oak-http-server |
lib.rs | oak-http-server |
version | 0.3.0 |
source | src |
created_at | 2023-06-06 09:42:54.02764 |
updated_at | 2023-08-15 12:59:16.381794 |
description | Yet another HTTP server library written in Rust |
homepage | |
repository | https://github.com/Oakchris1955/rust-http-server/ |
max_upload_size | |
id | 883703 |
size | 79,604 |
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.
For more info check the change log