Updated on 2024-01-04 GMT+08:00

Response

Status Code

After sending a request, you will receive a response, including a status code, response header, and response body.

A status code is a group of digits, ranging from 1xx to 5xx. It indicates the status of a request. For more information, see Status Codes.

Response Header

Similar to a request, a response also has a header, for example, Content-Type. Table 1 list the response header parameters.

Table 1 Response header parameters

Parameter

Description

Content-Length

Specifies the length (in bytes) of the response body.

Date

Specifies the time when a response is returned.

Content-type

Specifies the MIME type of the response body.

TraceID

Specifies the ID returned by the request, facilitating fault locating.

Response Body

The body of a response is often returned in structured format as specified in the Content-Type header field. The response body transfers content except the response header.