Condividi tramite


Costruttore http_headers::http_headers

Crea un set vuoto di intestazioni HTTP.

http_headers();

http_headers(
   const http_headers &other
);

http_headers(
   http_headers &&other
);

Parametri

  • other
    Un oggetto http_headers da spostare.

Requisiti

Intestazione: http_msg.h

Spazio dei nomi: web::http

Vedere anche

Riferimenti

Classe http_headers