Skip to content

HTTP server made in Rust from without external libraries

License

Notifications You must be signed in to change notification settings

neoRandom/rust-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Transfer (in Rust!)

WIP

Types of status code:

1xx: Informational - Request received, continuing process

2xx: Success - The action was successfully received, understood, and accepted

3xx: Redirection - Further action must be taken in order to complete the request

4xx: Client Error - The request contains bad syntax or cannot be fulfilled

5xx: Server Error - The server failed to fulfill an apparently valid request

Based on:

https://doc.rust-lang.org/book/ch20-01-single-threaded.html

About

HTTP server made in Rust from without external libraries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published