14
14
simplehttpserver is a go enhanced version of the well known python simplehttpserver.
15
15
16
16
# Resources
17
- - [ Resources ] ( #resources )
17
+
18
18
- [ Features] ( #features )
19
19
- [ Usage] ( #usage )
20
20
- [ 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 )
25
22
- [ Thanks] ( #thanks )
26
23
27
- # Features
24
+ # Features
28
25
29
26
<h1 align =" left " >
30
27
<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
62
59
### From Github
63
60
64
61
``` 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
66
63
```
67
64
68
65
# Usage
@@ -73,11 +70,11 @@ simplehttpserver -h
73
70
74
71
This will display help for the tool. Here are all the switches it supports.
75
72
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 |
81
78
82
79
### Running simplehttpserver in the current folder
83
80
0 commit comments