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

Method get_respond_head

lib_acl_cpp/src/http/http_client.cpp:1212–1222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210}
1211
1212HTTP_HDR_RES* http_client::get_respond_head(string* buf)
1213{
1214 if (hdr_res_ == NULL) {
1215 return (NULL);
1216 }
1217 if (buf) {
1218 ACL_VSTRING* vbf = buf->vstring();
1219 http_hdr_build(&hdr_res_->hdr, vbf);
1220 }
1221 return hdr_res_;
1222}
1223
1224HTTP_HDR_REQ* http_client::get_request_head(string* buf)
1225{

Callers 5

rpc_runMethod · 0.80
test2Function · 0.80
check_rangeMethod · 0.80
create_cookiesMethod · 0.80
transfer_responseMethod · 0.80

Calls 2

http_hdr_buildFunction · 0.85
vstringMethod · 0.80

Tested by

no test coverage detected