Edmund J. Sutcliffe
Thoughtful Solutions, Creatively Implemented and Communicated
Edmund's HTTP Quick Reference
Click here
for a printable version of this page.
Request Line
GET
path/file
HTTP/1.0
HEAD path/file HTTP/1.0
POST path/file HTTP/1.0
PUT file/path HTTP/1.0
DELETE path/file HTTP/1.0
LINK path/file HTTP/1.0
UNLINK path/file HTTP/1.0
General Header
Date:
Pragma:
MIME-Version:
usual date format is:
Mon, 05 Apr 2001 08:30:02 GMT
Request Header
Authorization:
From:
If-Modified-Since:
Referrer:
User-Agent:
Accept:
Accept-Charset:
Accept-Encoding:
Accept-Language:
Entity Header
Allow:
Content-Encoding:
Content-Length:
Content-Type:
Expires:
Last-Modified:
Content-Language:
Link:
Title:
URI:
Response Line
HTTP/1.0 status-code message-text
status-codes:
1xx Informational
2xx Success 200, 201, 202, 204
3xx Redirection 301, 302, 304
4xx Client Error 400, 401, 403, 404
5xx Server Error 500, 501, 502, 503
Responses Header
Location:
Server:
WWW-Authenticate:
Retry-After:
HTTP message formats:
HTTP request message:
request line
[general ../headers] [request headers] [entity-headers]
CRLF
[entity characters]
HTTP response message:
response line
[general ../headers] [response headers] [entity-headers]
CRLF
[entity characters]
© Copyright Edmund J. Sutcliffe.
|