Skip to content

A HTTP/1.1 server written in Rust. This was purely written so that I get to learn Rust and thus it is still an **incomplete**. Do not use

License

Notifications You must be signed in to change notification settings

Oakchris1955/rust-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A HTTP/1.1 server written in Rust. This was purely written so that I get to learn Rust and thus it is still an **incomplete**. Do not use

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages