Updated on 2023-07-14 GMT+08:00

Common Response Header Fields

Table 1 Common response header fields

Name

Description

Example

Date

Standard HTTP header, which indicates the date and time when a message is sent. The value is in the format defined in RFC822.

Mon, 12 Nov 2007 15:55:01 GMT

Server

Standard HTTP header, which contains information about the software that the server uses to process requests.

Nginx

Content-Length

Standard HTTP header, which indicates the representation's data length as a decimal number of octets.

xxx

Content-Type

Standard HTTP header, which indicates the media type of the entity body sent to the recipient.

application/json