Created
April 9, 2015 15:48
-
-
Save pumpkincouture/6d59a4634e242affe1e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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