Partilhar via


Construtor http_headers::http_headers

Constrói um conjunto vazio de cabeçalhos HTTP.

http_headers();

http_headers(
   const http_headers &other
);

http_headers(
   http_headers &&other
);

Parâmetros

  • other
    Um objeto http_headers para mover.

Requisitos

Cabeçalho: http_msg.h

web::http deNamespace:

Consulte também

Referência

Classe http_headers