Skip to main content
Version: 17.1.3

ResponseForRequest.headers property

Optional response headers. All values are converted to strings.

Signature:

interface ResponseForRequest {
headers: Record<string, unknown>;
}