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

Method DELETEJson

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

Source from the content-addressed store, hash-verified

113}
114
115nlohmann::json BaseHttpHandler::DELETEJson(
116 const std::string& uri, const nlohmann::json& body, const std::string& adr, int port) const
117{
118 return nlohmann::json::parse(DELETEString(uri, "application/json", body.dump(), adr, port));
119}
120} // namespace hueplusplus

Callers 2

TESTFunction · 0.80
DELETERequestMethod · 0.80

Calls 2

parseFunction · 0.50
dumpMethod · 0.45

Tested by 1

TESTFunction · 0.64