Skip to content

Instantly share code, notes, and snippets.

@yawnt
Created January 8, 2013 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yawnt/806967dc00f9acc8043a to your computer and use it in GitHub Desktop.
Save yawnt/806967dc00f9acc8043a to your computer and use it in GitHub Desktop.
╭-(yawn@xolotl)
╰─(~)> telnet localhost 8000
Trying ::1...
Connection failed: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
DERP
Connection closed by foreign host.
╭-(yawn@xolotl)
╰─(~)> 1 ↵
╭-(yawn@xolotl)
╰─(~)> telnet localhost 8000 1 ↵
Trying ::1...
Connection failed: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET / HTTP/1.1
HTTP/1.1 200 OK
Date: Tue, 08 Jan 2013 09:33:00 GMT
Connection: keep-alive
Transfer-Encoding: chunked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment