MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / GETString

Method GETString

dependencies/hueplusplus-1.0.0/src/BaseHttpHandler.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73std::string BaseHttpHandler::GETString(const std::string& uri, const std::string& contentType, const std::string& body,
74 const std::string& adr, int port) const
75{
76 return sendHTTPRequest("GET", uri, contentType, body, adr, port);
77}
78
79std::string BaseHttpHandler::POSTString(const std::string& uri, const std::string& contentType, const std::string& body,
80 const std::string& adr, int port) const

Callers 2

TESTFunction · 0.80
findBridgesMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64