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.
Assignment operator.
http_headers &operator=(
const http_headers &other
);
http_headers &operator=(
http_headers &&other
);
Parameters
- other
An http_headers object to move.
Requirements
Header: http_msg.h
Namespace: web::http