Skip to content

Reimplementation of `python -m http.server` in rust.

Notifications You must be signed in to change notification settings

rockisch/httpfs-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpfs-rs

Reimplementation of python -m http.server in rust.

As of writing, requires Rust Nightly (1.70-nigthly).

Extras

  • Relatively minimal dependencies
  • Request handling is done with async using tokio
  • Minimal allocations
  • Handles HEAD requests correctly
  • Handles HTTP1.1's chunked transfers (WIP)

About

Reimplementation of `python -m http.server` in rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages