HTTP Response

From NovaOrdis Knowledge Base
Revision as of 02:29, 6 January 2017 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

A HTTP response consists of a status line, followed by an optional set of headers, followed by blank line followed by an optional message body.


The status line includes the status code. More about status codes: HTTP Status Codes.

HTTP/1.1 200 OK
Content-Type: text/html
HttpServer: Test Server
Content-Length: 1024

More about HTTP response: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html.

The HTTP Response Headers

HTTP Response Entity Body