http_pipeline Class

Warning

This topic contains information for the C++ REST SDK 1.0 (codename "Casablanca"). If you are using a later version from the Codeplex Casablanca web page, then use the local documentation at https://casablanca.codeplex.com/documentation.

class http_pipeline;

Members

Public Constructors

Name

Description

http_pipeline::~http_pipeline Destructor

Public Methods

Name

Description

http_pipeline::append Method

Adds an HTTP pipeline stage to the pipeline.

http_pipeline::create_pipeline Method

Create an http pipeline that consists of a linear chain of stages

http_pipeline::last_stage Method

http_pipeline::propagate Method

Initiate an http request into the pipeline

http_pipeline::set_last_stage Method

Requirements

Header: http_msg.h

Namespace: web::http

See Also

Reference

web::http Namespace