Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RawHttpHeadersInput type

A HttpHeaders collection for input, represented as a simple JSON object.

type RawHttpHeadersInput = Record<string, string | number | boolean>