MICO Platform
 All Classes Namespaces Functions Variables Friends
mico::http::Request Member List

This is the complete list of members for mico::http::Request, including all inherited members.

body (defined in mico::http::Message)mico::http::Messageprotected
delHeader(const std::string hdr)mico::http::Requestinline
getBody() const mico::http::Messageinline
getCurlHeaders()mico::http::Message
getHeader(const std::string hdr) const mico::http::Messageinline
getMethod() const mico::http::Requestinline
getURL() const mico::http::Requestinline
headers (defined in mico::http::Message)mico::http::Messageprotected
Message() (defined in mico::http::Message)mico::http::Messageinline
operator<< (defined in mico::http::Request)mico::http::Requestfriend
operator>> (defined in mico::http::Request)mico::http::Requestfriend
read_callback (defined in mico::http::Request)mico::http::Requestfriend
Request(Method type, std::string url) (defined in mico::http::Request)mico::http::Requestinline
setBody(char *ptr, size_t length, const std::string content_type)mico::http::Request
setBody(const std::string data, const std::string content_type)mico::http::Request
setBody(Body &body)mico::http::Requestinline
setCurlHeaders(curl_slist *hdr)mico::http::Message
setHeader(const std::string hdr, const std::string value)mico::http::Requestinline
~Message() (defined in mico::http::Message)mico::http::Messagevirtual