f5d922c19e
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
309 B
309 B
sidebar_label |
---|
HTTPResponse.headers |
HTTPResponse.headers() method
An object with HTTP headers associated with the response. All header names are lower-case.
Signature:
class HTTPResponse {
headers(): Record<string, string>;
}
Returns:
Record<string, string>