C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Public Member Functions | List of all members
web::http::client::details::http_network_handler Class Reference
Inheritance diagram for web::http::client::details::http_network_handler:
web::http::http_pipeline_stage

Public Member Functions

 http_network_handler (const uri &base_uri, const http_client_config &client_config)
 
virtual pplx::task< http_responsepropagate (http_request request)
 Runs this stage against the given request and passes onto the next stage. More...
 
const std::shared_ptr< details::_http_client_communicator > & http_client_impl () const
 

Additional Inherited Members

- Protected Member Functions inherited from web::http::http_pipeline_stage
const std::shared_ptr< http_pipeline_stage > & next_stage () const
 Gets the next stage in the pipeline. More...
 
std::shared_ptr< http_pipeline_stagecurrent_stage ()
 Gets a shared pointer to this pipeline stage. More...
 

Member Function Documentation

virtual pplx::task<http_response> web::http::client::details::http_network_handler::propagate ( http_request  request)
virtual

Runs this stage against the given request and passes onto the next stage.

Parameters
requestThe HTTP request.
Returns
A task of the HTTP response.

Implements web::http::http_pipeline_stage.


The documentation for this class was generated from the following file: