This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.a_glossary:h:http_response [2021/06/15 13:42] char |
dido:public:ra:xapend:xapend.a_glossary:h:http_response [2021/10/03 16:30] (current) 157.90.182.28 ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Hypertext transfer protocol (HTTP) Response ===== | ===== Hypertext transfer protocol (HTTP) Response ===== | ||
| - | [[dido:public:ra:xapend:xapend.a_glossary| Return to Glossary ]] | + | [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] |
| - | **HTTP Response** occurs on [[dido:public:ra:xapend:xapend.a_glossary:h:http]] after receiving and interpreting a [[dido:public:ra:xapend:xapend.a_glossary:h:http_request]] message, a Server or Service responds with a response. | + | **HTTP Response** occurs on [[dido:public:ra:xapend:xapend.a_glossary:h:http]] after receiving and interpreting a [[dido:public:ra:xapend:xapend.a_glossary:h:http_request]] message, a [[dido:public:ra:xapend:xapend.a_glossary:s:server|Server]] or Service responds with a response. |
| Source: [[https://www.tutorialspoint.com/http/http_responses.htm]] | Source: [[https://www.tutorialspoint.com/http/http_responses.htm]] | ||
| Line 15: | Line 15: | ||
| * **Status/Response Code** − Indicates the Server status for the requested resource. For example, 404 means resource not found and 200 means response is ok. | * **Status/Response Code** − Indicates the Server status for the requested resource. For example, 404 means resource not found and 200 means response is ok. | ||
| * **HTTP Version** − Indicates the HTTP version. For example HTTP v1.1. | * **HTTP Version** − Indicates the HTTP version. For example HTTP v1.1. | ||
| - | * **Response Header** − Contains metadata for the HTTP Response message as key value pairs. For example, content length, content type, response date, server type, etc. | + | * **Response Header** − Contains [[dido:public:ra:xapend:xapend.a_glossary:m:metadata|metadata]] for the HTTP Response message as [[dido:public:ra:xapend:xapend.a_glossary:k:key|key]] value pairs. For example, content length, content type, response date, server type, etc. |
| * **Response Body** − Response message content or Resource representation. | * **Response Body** − Response message content or Resource representation. | ||