MCPcopy Create free account
hub / github.com/acl-dev/acl / get

Method get

lib_acl_cpp/src/http/http_request.cpp:397–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397bool http_request::get()
398{
399 header_.set_method(HTTP_METHOD_GET);
400 return request(NULL, 0);
401}
402
403bool http_request::post(const char *data, size_t len)
404{

Callers 2

getAttributeMethod · 0.45
hsclient.cppFile · 0.45

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected