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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python