Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
RawHttpHeaders type
- Package:
- @azure/core-rest-pipeline
A HttpHeaders collection represented as a simple JSON object.
type RawHttpHeaders = { [headerName: string]: string }
