MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/xstudio / Get

Method Get

extern/include/cpp-httplib/httplib.h:6660–6662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6658inline bool ClientImpl::is_ssl() const { return false; }
6659
6660inline Result ClientImpl::Get(const std::string &path) {
6661 return Get(path, Headers(), Progress());
6662}
6663
6664inline Result ClientImpl::Get(const std::string &path, Progress progress) {
6665 return Get(path, Headers(), std::move(progress));

Callers 2

TESTFunction · 0.80
HTTPWorkerMethod · 0.80

Calls 2

append_query_paramsFunction · 0.85
emptyMethod · 0.45

Tested by 1

TESTFunction · 0.64