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

Method read_body

lib_acl_cpp/src/http/http_client.cpp:857–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855}
856
857int http_client::read_body(char* buf, size_t size)
858{
859 if (is_request_) {
860 return read_response_body(buf, size);
861 } else {
862 return read_request_body(buf, size);
863 }
864}
865
866int http_client::read_response_body(char* buf, size_t size)
867{

Callers 15

get_responseMethod · 0.45
runMethod · 0.45
http_getFunction · 0.45
rpc_runMethod · 0.45
http_getFunction · 0.45
mainFunction · 0.45
get_urlFunction · 0.45
rpc_runMethod · 0.45
http_requestMethod · 0.45
http_requestMethod · 0.45
test2Function · 0.45
http_requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected