Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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