HTTP Response: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=External=
* RFC 2616 Section 6 Response https://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html
=Internal=
=Internal=



Revision as of 16:29, 4 January 2017

External

Internal

Overview

A HTTP response consists of a status line, followed by optional response headers, followed by blank line.

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