HTTP Message Body is the data bytes transmitted in an HTTP transaction message immediately following the headers if there is any (in the case of HTTP/0.9 no headers are transmitted).
Contents
HTTP message
The request/response message consists of the following:
The request/status line and headers must all end with
The "optional HTTP message body data" is what this article defines.
Response example
This could be a response from the web server:
References
HTTP message body Wikipedia(Text) CC BY-SA