HTTPHeader Class
The HTTP header.
- Inheritance
-
azure.mgmt.network._serialization.ModelHTTPHeader
Constructor
HTTPHeader(*, name: str | None = None, value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name in HTTP header. |
value
|
The value in HTTP header. |
Variables
Name | Description |
---|---|
name
|
The name in HTTP header. |
value
|
The value in HTTP header. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python