Skip to content

devsargam/http-server-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

HTTP from scratch

This is my attempt at implementating http protocol in rust

Getting Started

Basicially http request is

GET /path HTTP/1.1
Host: example.com
User-Agent: curl/7.81.0
Accept: */*

http response is

HTTP/1.1 200 OK
Content-Length: 13
Content-Type: text/plain

Hello, world!

About

🌐 a basic implementation of http server in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages