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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python