HTTPResponseHTTPResponse.headers版本: 22.5.0在本页HTTPResponse.headers() 方法 与响应关联的 HTTP 标头的对象。所有标头名称都为小写。 签名: class HTTPResponse { abstract headers(): Record<string, string>;} 返回值 Record<string, string>