PipelineRequest Class
A pipeline request object.
Container for moving the HttpRequest through the pipeline. Universal for all transports, both synchronous and asynchronous.
- Inheritance
-
PipelineRequest
Constructor
PipelineRequest(http_request: HTTPRequestType, context: PipelineContext)
Parameters
Name | Description |
---|---|
http_request
Required
|
The request object. |
context
Required
|
Contains the context - data persisted between pipeline requests. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python