Skip to content

ihesvm/shttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shttp

fast and simple single file http server


how to use

[The first step is to build the project]
$ cargo build --release
[then use]
$ shttp 8000 index.html
Server is up!

  • TODO
  • Add directory readability