Partilhar via


Método http_pipeline::create_pipeline

Crie um pipeline HTTP que consiste em uma cadeia linear fases

static std::shared_ptr<http_pipeline> create_pipeline(
   std::shared_ptr<http_pipeline_stage> last
);

Parâmetros

  • last
    O estado final

Requisitos

Cabeçalho: http_msg.h

web::http deNamespace:

Consulte também

Referência

Classe http_pipeline