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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python