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

Function http_util_set_req_entry

lib_protocol/src/http/http_util.c:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void http_util_set_req_entry(HTTP_UTIL *http_util, const char *name, const char *value)
84{
85 if (name && *name && value && *value)
86 http_hdr_entry_replace(&http_util->hdr_req->hdr, name, value, 1);
87}
88
89void http_util_off_req_entry(HTTP_UTIL *http_util, const char *name)
90{

Callers

nothing calls this directly

Calls 1

http_hdr_entry_replaceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…