Skip to content

dipunj/http-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP server

A Rust implementation of HTTP 1.1. Head over to main.rs to see an example of how to run the project.

To run the project, run (the server is set to run on 127.0.0.1:4221) and can server multiple HTTP 1.1 requests concurrently. To customize the application logic, simply implement your own handle_requests() function and pass it to Server().

./your_server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors