Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 318 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 318 Bytes

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)