HTTP Response Message
Jump to navigation
Jump to search
An HTTP Response Message is a response message that abides by an HTTP protocol.
- Context:
- It can (typically) contain an HTTP Response Status Line as the first line (consisting of the HTTP protocol version followed by a numeric HTTP status code and its associated textual phrase, with each element separated by SP characters.).
- It can (typically) contain an HTTP Response Header.
- It can (typically) contain an HTTP Message Body.
- …
- Example(s):
- Counter-Example(s):
- See: HTTP Status Code.
References
1999
- http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html
- After receiving and interpreting a request message, a server responds with an HTTP response message.
Response = Status-Line ; Section 6.1 *(( general-header ; Section 4.5 | response-header ; Section 6.2 | entity-header ) CRLF) ; Section 7.1 CRLF [ message-body ] ; Section 7.2