1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
HTTP/1.1 202 OK
Content-Type: text/html; charset=UTF-8
Connection: Keep-Alive
Date: Sat, 23 Jan 2010 01:01:05 GMT
Content-Length: 419
Accept: image/jpeg
Accept: image/png
<HTML>
<HEAD>
<TITLE>Example Web Page</TITLE>
</HEAD>
<body>
<p>You have reached this web page by typing "example.com",
"example.net",
or "example.org" into your web browser.</p>
<p>These domain names are reserved for use in documentation and are not available
for registration. See <a href="http://www.rfc-editor.org/rfc/rfc2606.txt">RFC
2606</a>, Section 3.</p>
</BODY>
</HTML>
|