File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Delayserver
22
3- Delayserver is a webserver that listens on localhost on port 8080 for incoming
3+ Delayserver is a web server that listens on localhost port 8080 for incoming
44connections and waits for the requested duration before responding. It's good
55for simulating slow servers and delayed responses.
66
@@ -12,19 +12,19 @@ In the delayserver folder run:
1212cargo run delayserver
1313```
1414
15- You can alternatively install the programm locally so it's always available in PATH:
15+ You can alternatively install the program locally so it's always available in PATH:
1616
1717```
1818cargo install --path .
1919```
2020
21- Delay server works by issuing a http GET request in the format:
21+ Delay server works by issuing a http GET request in the format:
2222
2323```
2424http://localhost:8080/[delay in ms]/[UrlEncoded meesage]
2525```
2626
27- On reception, it immidiately reports the following to the console:
27+ On reception, it immediately reports the following to the console:
2828
2929```
3030{Message #} - {delay in ms}: {message}
You can’t perform that action at this time.
0 commit comments