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.
Gets a reference to the headers of the response message.
http_headers &headers();
const http_headers &headers() const;
Return Value
HTTP headers for this response.
Remarks
Use the http_headers::add to fill in desired headers.
Requirements
Header: http_msg.h
Namespace: web::http