Partager via


http_headers::http_headers, constructeur

Construit un jeu vide d'en-têtes HTTP.

http_headers();

http_headers(
   const http_headers &other
);

http_headers(
   http_headers &&other
);

Paramètres

  • other
    Objet http_headers à déplacer.

Configuration requise

En-tête : http_msg.h

Espace de noms : web::http

Voir aussi

Référence

http_headers, classe