![]() |
Fledge
An open source edge computing platform for industrial users
|
This is the complete list of members for SimpleHttp, including all inherited members.
createDebugTraceDirectory() | HttpSender | static |
getHostPort() (defined in SimpleHttp) | SimpleHttp | inlinevirtual |
getHTTPResponse() (defined in SimpleHttp) | SimpleHttp | inlinevirtual |
getOMFTracePath() | HttpSender | static |
HttpSender() | HttpSender | |
sendRequest(const std::string &method=std::string(HTTP_SENDER_DEFAULT_METHOD), const std::string &path=std::string(HTTP_SENDER_DEFAULT_PATH), const std::vector< std::pair< std::string, std::string >> &headers={}, const std::string &payload=std::string()) | SimpleHttp | virtual |
setAuthBasicCredentials(std::string &authBasicCredentials) (defined in SimpleHttp) | SimpleHttp | inlinevirtual |
setAuthMethod(std::string &authMethod) (defined in SimpleHttp) | SimpleHttp | inlinevirtual |
setOCSClientId(std::string &OCSClientId) (defined in SimpleHttp) | SimpleHttp | inlinevirtual |
setOCSClientSecret(std::string &OCSClientSecret) (defined in SimpleHttp) | SimpleHttp | inlinevirtual |
setOCSNamespace(std::string &OCSNamespace) (defined in SimpleHttp) | SimpleHttp | inlinevirtual |
setOCSTenantId(std::string &OCSTenantId) (defined in SimpleHttp) | SimpleHttp | inlinevirtual |
setOCSToken(std::string &OCSToken) (defined in SimpleHttp) | SimpleHttp | inlinevirtual |
setProxy(const std::string &proxy) | SimpleHttp | virtual |
SimpleHttp(const std::string &host_port, unsigned int connect_timeout=0, unsigned int request_timeout=0, unsigned int retry_sleep_Time=1, unsigned int max_retry=4) | SimpleHttp | |
~HttpSender() | HttpSender | virtual |
~SimpleHttp() | SimpleHttp |