doc-exports/docs/aom/api-ref/aom_04_0009.html
Hasko, Vladimir bbf8757cdf AOM API 0929 (recreate of #275)
Reviewed-by: gtema <artem.goncharov@gmail.com>
Reviewed-by: Kucerak, Kristian <kristian.kucerak@t-systems.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2022-11-29 12:44:31 +00:00

4.9 KiB

Common Response Headers

A response usually contains the following headers:

Table 1 Response headers

Name

Description

Example

Date

(Standard HTTP header) Time when a message is sent. This field complies with RFC822 definitions.

Mon, 12 Nov 2007 15:55:01 GMT

Server

(Standard HTTP header) Software that a server uses to process the request.

Apache

Content-Length

(Standard HTTP header) Length of the response body, which is represented by a decimal number and stored in bytes.

xxx

Content-Type

(Standard HTTP header) Media type of the response body sent to the recipient.

application/json