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

Method http_res_hdr_cllback

lib_acl_cpp/src/http/http_aclient.cpp:682–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682int http_aclient::http_res_hdr_cllback(int status, void* ctx)
683{
684 http_aclient* me = (http_aclient*) ctx;
685
686 return me->handle_res_hdr(status) ? 0 : -1;
687}
688
689void http_aclient::send_request(const void* body, size_t len)
690{

Callers

nothing calls this directly

Calls 1

handle_res_hdrMethod · 0.80

Tested by

no test coverage detected