Katana VentraIP

HTTP message body

HTTP Message Body is the data bytes transmitted in an HTTP transaction message immediately following the headers if there are any (in the case of HTTP/0.9 no headers are transmitted).

Request line, such as GET /logo.gif HTTP/1.1 or line, such as HTTP/1.1 200 OK,

Status

Headers

An empty line

Optional HTTP message body data

The request/response message consists of the following:


The request/status line and headers must all end with <CR><LF> (that is, a carriage return followed by a line feed). The empty line must consist of only <CR><LF> and no other whitespace.


The "optional HTTP message body data" is what this article defines.

HTTP

HTTP compression

List of HTTP headers

List of HTTP status codes

Web cache