10Duke Enterprise C++ Client
|
This is the complete list of members for tenduke::http::HTTPRequest, including all inherited members.
getConnectionTimeoutMs() const | tenduke::http::HTTPRequest | inline |
getHeaders() const | tenduke::http::HTTPRequest | inline |
getMessageBody() const | tenduke::http::HTTPRequest | inline |
getMethod() const | tenduke::http::HTTPRequest | inline |
getRequestAuthenticator() const | tenduke::http::HTTPRequest | inline |
getTimeoutMs() const | tenduke::http::HTTPRequest | inline |
getUrl() const | tenduke::http::HTTPRequest | inline |
hasBody() const | tenduke::http::HTTPRequest | inline |
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) | tenduke::http::HTTPRequest | inline |