Request Class
A request.
- Inheritance
-
azure.mgmt.web._serialization.ModelRequest
Constructor
Request(*, headers: MutableMapping[str, Any] | None = None, uri: str | None = None, method: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
headers
|
<xref:JSON>
A list of all the headers attached to the request. |
uri
|
The destination for the request. |
method
|
The HTTP method used for the request. |
Variables
Name | Description |
---|---|
headers
|
<xref:JSON>
A list of all the headers attached to the request. |
uri
|
The destination for the request. |
method
|
The HTTP method used for the request. |
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