http_request::headers Method
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