We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2475aa0 commit d46c294Copy full SHA for d46c294
defer/server/README.md
@@ -0,0 +1,8 @@
1
+manual testing with telnet:
2
+
3
+```bash
4
+telnet localhost 8080 <ENTER>
5
+GET /test HTTP/1.1 <ENTER>
6
+Host: localhost <ENTER>
7
+<ENTER>
8
+```
0 commit comments