1414simplehttpserver is a go enhanced version of the well known python simplehttpserver.
1515
1616# Resources
17- - [ Resources ] ( #resources )
17+
1818- [ Features] ( #features )
1919- [ Usage] ( #usage )
2020- [ Installation Instructions] ( #installation-instructions )
21- - [ From Binary] ( #from-binary )
22- - [ From Source] ( #from-source )
23- - [ From Github] ( #from-github )
24- - [ Running simplehttpserver in the current folder ] (#Running simplehttpserver in the current folder )
21+ - [ Running simplehttpserver] ( #running-simplehttpserver-in-the-current-folder )
2522- [ Thanks] ( #thanks )
2623
27- # Features
24+ # Features
2825
2926<h1 align =" left " >
3027 <img src =" static/simplehttpserver-run.png " alt =" simplehttpserver " width =" 700px " ></a >
@@ -62,7 +59,7 @@ simplehttpserver requires **go1.14+** to install successfully. Run the following
6259### From Github
6360
6461``` sh
65- ▶ git clone https://github.com/projectdiscovery/simplehttpserver.git; cd simplehttpserver; go build; mv simplehttpserver /usr/local/bin/; simplehttpserver -version
62+ ▶ git clone https://github.com/projectdiscovery/simplehttpserver.git; cd simplehttpserver; go build; mv simplehttpserver /usr/local/bin/; simplehttpserver -h
6663```
6764
6865# Usage
@@ -73,11 +70,11 @@ simplehttpserver -h
7370
7471This will display help for the tool. Here are all the switches it supports.
7572
76- | Flag | Description | Example |
77- | ------------------------- | --------------------------------------------------------- | ---------------------------------------------------- |
78- | listen | Configure listening ip: port (default 127.0.0.1:8000) | simplehttpserver -listen 127.0.0.1:8000 |
79- | path | Fileserver folder (default current directory) | simplehttpserver -path /var/docs |
80- | v | Verbose (dump request/response, default false) | simplehttpserver -v |
73+ | Flag | Description | Example |
74+ | ------ | ---------------------------------------------------- | --------------------------------------- |
75+ | listen | Configure listening ip: port (default 127.0.0.1:8000) | simplehttpserver -listen 127.0.0.1:8000 |
76+ | path | Fileserver folder (default current directory) | simplehttpserver -path /var/docs |
77+ | v | Verbose (dump request/response, default false) | simplehttpserver -v |
8178
8279### Running simplehttpserver in the current folder
8380
0 commit comments