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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python