httprs A simple http server written in rust How To Setup? curl -L https://github.com/Masoom-Wahid/httprs/releases/download/0.1.0/install.sh | sh # Usage ### Usage: httprs [OPTIONS] Options: --host [default: 127.0.0.1] --port [default: 8080] -v, --verbose [default: 0] -l [default:false] ?Should log into a out.log file? -p --path [default : .] the path where the server should run from -n --no-index-html [default : false] if true it will show the contents of the curr dir instead of the introduction page -h, --help Print help -V, --version Print version