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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python