--- sidebar_label: HTTPResponse.headers --- # HTTPResponse.headers() method #### Signature: ```typescript class HTTPResponse { headers(): Record; } ``` **Returns:** Record<string, string> An object with HTTP headers associated with the response. All header names are lower-case.