Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
RawHttpHeadersInput type
- Package:
- @azure/core-rest-pipeline
A HttpHeaders collection for input, represented as a simple JSON object.
type RawHttpHeadersInput = Record<string, string | number | boolean>
