File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,15 @@ Available Commands:
43
43
version Print version number of Request Hole
44
44
45
45
Flags:
46
- -a, --address string sets the address for the endpoint (default "localhost")
47
- --details shows header details in the request
48
- -h, --help help for rh
49
- --log string writes incoming requests to the specified log file (example: --log rh.log)
50
- -p, --port int sets the port for the endpoint (default 8080)
51
- -r, --response_code int sets the response code (default 200)
52
- --web runs a web server to show incoming requests
53
- --web_port int sets the port for the web server (default 8081)
46
+ -a, --address string sets the address for the endpoint (default "localhost")
47
+ --details shows header details in the request
48
+ -h, --help help for rh
49
+ --log string writes incoming requests to the specified log file (example: --log rh.log)
50
+ -p, --port int sets the port for the endpoint (default 8080)
51
+ -r, --response_code int sets the response code (default 200)
52
+ --web runs the web UI to show incoming requests
53
+ --web_address string sets the address for the web UI (default "localhost")
54
+ --web_port int sets the port for the web UI (default 8081)
54
55
55
56
Use "rh [command] --help" for more information about a command.
56
57
```
You can’t perform that action at this time.
0 commit comments