Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
HttpHeader interface
- Package:
- @azure/core-http-compat
An individual header within a HttpHeaders collection.
Property Details
name
The name of the header.
name: string
Property Value
string
value
The value of the header.
value: string
Property Value
string
