We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070e8a6 commit 4ef352dCopy full SHA for 4ef352d
README.md
@@ -126,7 +126,7 @@ curl -v --user 'root:root' --upload-file file.txt http://localhost:8000/file.txt
126
This will run the tool as TLS TCP server and enable custom responses based on YAML templates:
127
128
```sh
129
-simplehttpserver -rule rules.yaml -tcp -tls -domain localhost
+simplehttpserver -rules rules.yaml -tcp -tls -domain localhost
130
```
131
132
The rules are written as follows:
0 commit comments