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

Function http_util_get_req_entry

lib_protocol/src/http/http_util.c:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102HTTP_HDR_ENTRY *http_util_get_req_entry(HTTP_UTIL *http_util, const char *name)
103{
104 if (name == NULL || *name == 0)
105 return (NULL);
106 return (http_hdr_entry(&http_util->hdr_req->hdr, name));
107}
108
109void http_util_set_req_content_length(HTTP_UTIL *http_util, int len)
110{

Callers

nothing calls this directly

Calls 1

http_hdr_entryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…