Freigeben über


http_pipeline::create_pipeline-Methode

Erstellt eine HTTP-Pipeline, die aus einer linearen Kette von Stufen besteht.

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

Parameter

  • last
    Die abschließende Stufe

Anforderungen

Header: http_msg.h

Namespace: web::http

Siehe auch

Referenz

http_pipeline-Klasse