tencent cloud

Feedback

Common Response Headers

Last updated: 2022-08-18 15:55:07

    Overview

    This document describes common response headers that may be used in API requests. The headers mentioned below will not be addressed again in related API documents.

    Response Headers

    Header Description Type
    Content-Length HTTP response length in bytes as defined in RFC 2616 string
    Content-Type HTTP response type (MIME) as defined in RFC 2616 string
    Connection Indicates whether the network connection will be turned off after the response is complete, defined in RFC 2616. Enumerated values: `keep-alive`, `close`. Enum
    Date Server response time in GMT format as defined in RFC 1123, such asWed, 29 May 2019 04:10:12 GMT string
    Server Name of the server that accepts the request and returns the response. Default value: tencent-ci string
    x-ci-request-id ID automatically generated by the server for each request when the request is sent string
    x-ci-trace-id ID automatically generated by the server for each error when a request fails. This header will be included in the response only if the request has failed. string