Skip to content

This is a basic HTTP server implementation in Rust. This is a small research project.

Notifications You must be signed in to change notification settings

clacladev/basic-http-server-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic HTTP Server in Rust

This is a basic HTTP server implementation in Rust. This is a small research project.

How to run

  1. Ensure you have cargo (1.70) installed locally
  2. In the terminal run ./your_server.sh --directory ~/Downloads to run your HTTP server with a file download directory (optional)
  3. In another terminal run curl command at the IP and port specified in the first terminal

How to test

Run cargo test to run the tests

About

This is a basic HTTP server implementation in Rust. This is a small research project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published