class HTTPRequest

Defined at line 47 of file ../../third_party/cobalt/src/public/lib/http_client.h

HTTPRequest contains information used to make a Post request to clearcut.

This class is non-copyable since url/body may be large.

Public Members

basic_string url
basic_string body
map headers

Public Methods

void HTTPRequest (std::string url, std::string body)

Defined at line 53 of file ../../third_party/cobalt/src/public/lib/http_client.h

void HTTPRequest (HTTPRequest && )

Defined at line 55 of file ../../third_party/cobalt/src/public/lib/http_client.h

HTTPRequest & operator= (HTTPRequest && )

Defined at line 56 of file ../../third_party/cobalt/src/public/lib/http_client.h

void HTTPRequest (const HTTPRequest & )

Defined at line 58 of file ../../third_party/cobalt/src/public/lib/http_client.h

HTTPRequest & operator= (const HTTPRequest & )

Defined at line 59 of file ../../third_party/cobalt/src/public/lib/http_client.h