Request Class
A request.
- Inheritance
-
msrest.serialization.ModelRequest
Constructor
Request(*, headers: Any | None = None, uri: str | None = None, method: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
headers
|
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
|
A list of all the headers attached to the request. |
uri
|
The destination for the request. |
method
|
The HTTP method used for the request. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python