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_request [2021/06/15 13:42] char |
dido:public:ra:xapend:xapend.a_glossary:h:http_request [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) Request ===== | ===== Hypertext transfer protocol (HTTP) Request ===== | ||
| - | [[dido:public:ra:xapend:xapend.a_glossary| Return to Glossary ]] | + | [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] |
| - | **Hypertext transfer protocol (HTTP) Request** is the message that is sent by a client to a server or service over [[dido:public:ra:xapend:xapend.a_glossary:h:http]]. When these requests are being sent, clients can use various methods. | + | **Hypertext transfer protocol (HTTP) Request** is the message that is sent by a [[dido:public:ra:xapend:xapend.a_glossary:c:client|client]] to a [[dido:public:ra:xapend:xapend.a_glossary:s:server|server]] or service over [[dido:public:ra:xapend:xapend.a_glossary:h:http]]. When these requests are being sent, clients can use various methods. |
| Source: [[https://rapidapi.com/blog/api-glossary/http-request-methods]] | Source: [[https://rapidapi.com/blog/api-glossary/http-request-methods]] | ||
| Line 16: | Line 16: | ||
| * **URI** − Uniform Resource Identifier (URI) to identify the resource on the server. | * **URI** − Uniform Resource Identifier (URI) to identify the resource on the server. | ||
| * **HTTP Version** − Indicates the HTTP version. For example, HTTP v1.1. | * **HTTP Version** − Indicates the HTTP version. For example, HTTP v1.1. | ||
| - | * **Request Header** − Contains metadata for the HTTP Request message as key-value pairs. For example, client (or browser) type, format supported by the client, format of the message body, cache settings, etc. | + | * **Request Header** − Contains [[dido:public:ra:xapend:xapend.a_glossary:m:metadata|metadata]] for the HTTP Request message as [[dido:public:ra:xapend:xapend.a_glossary:k:key|key]]-value pairs. For example, client (or browser) type, format supported by the client, format of the message body, cache settings, etc. |
| * **Request Body** − Message content or Resource representation (usually XML or JSON) | * **Request Body** − Message content or Resource representation (usually XML or JSON) | ||