Skip to content

Instantly share code, notes, and snippets.

@pumpkincouture
Created April 9, 2015 15:48
Show Gist options
  • Save pumpkincouture/6d59a4634e242affe1e5 to your computer and use it in GitHub Desktop.
Save pumpkincouture/6d59a4634e242affe1e5 to your computer and use it in GitHub Desktop.
# Request from Client
GET /path/file.html HTTP/1.0
From: [email protected]
User-Agent: HTTPTool/1.0
[blank line here]
# Response from Server
HTTP/1.0 200 OK
Date: Fri, 31 Dec 1999 23:59:59 GMT
Content-Type: text/html
Content-Length: 1354
<html>
<body>
<h1>Happy New Millennium!</h1>
(more file contents)
.
.
.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment