Created
May 8, 2011 17:02
-
-
Save flavius/961501 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
POST /test HTTP/1.0 | |
Host: www.iana.org | |
HTTP/1.1 404 NOT FOUND | |
Date: Sun, 08 May 2011 17:01:30 GMT | |
Server: Apache/2.2.3 (CentOS) | |
Connection: close | |
Content-Type: text/html; charset=utf-8 | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<body> | |
GET /test HTTP/1.0 | |
Host: example.org | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment