PipelineRequest Class 
A pipeline request object.
Container for moving the HttpRequest through the pipeline. Universal for all transports, both synchronous and asynchronous.
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. |