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

Method header_value

lib_acl_cpp/src/http/http_client.cpp:744–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742}
743
744const char* http_client::header_value(const char* name) const
745{
746 HTTP_HDR* hdr = get_http_hdr();
747
748 return hdr != NULL ? http_hdr_entry_value(hdr, name) : NULL;
749}
750
751void http_client::header_disable(const char* name)
752{

Callers 8

get_pipeMethod · 0.45
getHeaderMethod · 0.45
getContentTypeMethod · 0.45
readHeaderMethod · 0.45
getRequestRefererMethod · 0.45
getUserAgentMethod · 0.45
getKeepAliveMethod · 0.45
getAcceptEncodingMethod · 0.45

Calls 1

http_hdr_entry_valueFunction · 0.85

Tested by

no test coverage detected