MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / doJWSRequestExpectingJSON

Method doJWSRequestExpectingJSON

src/Server/ACME/API.cpp:192–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192Poco::JSON::Object::Ptr API::doJWSRequestExpectingJSON(
193 const Poco::URI & url,
194 const std::string & payload,
195 std::shared_ptr<Poco::Net::HTTPResponse> response) const
196{
197 auto response_data = doJWSRequest(url, payload, response);
198
199 Poco::JSON::Parser parser;
200 return parser.parse(response_data).extract<Poco::JSON::Object::Ptr>();
201}
202
203std::string API::doJWSRequestWithEmptyPayload(const Poco::URI & url) const
204{

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected