Share via


http_headers::http_headers Constructor

Constructs an empty set of HTTP headers.

http_headers();

http_headers(
   const http_headers &other
);

http_headers(
   http_headers &&other
);

Parameters

  • other
    An http_headers object to move.

Requirements

Header: http_msg.h

Namespace: web::http

See Also

Reference

http_headers Class