10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
HTTPRequest Member List

This is the complete list of members for HTTPRequest, including all inherited members.

getConnectionTimeoutMs() constHTTPRequestinline
getHeaders() constHTTPRequestinline
getMessageBody() constHTTPRequestinline
getMethod() constHTTPRequestinline
getRequestAuthenticator() constHTTPRequestinline
getTimeoutMs() constHTTPRequestinline
getUrl() constHTTPRequestinline
hasBody() constHTTPRequestinline
HTTPRequest(std::string method, std::string url, const std::multimap< std::string, std::string > &headers=std::multimap< std::string, std::string >(), std::shared_ptr< const tenduke::http::HTTPRequestAuthenticator > requestAuthenticator=nullptr, std::string messageBody="", long connectionTimeoutMs=DEFAULT_CONNECTION_TIMEOUT_MS, long timeoutMs=DEFAULT_TIMEOUT_MS)HTTPRequestinline