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

Method header_disable

lib_acl_cpp/src/http/http_client.cpp:751–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749}
750
751void http_client::header_disable(const char* name)
752{
753 HTTP_HDR* hdr = get_http_hdr();
754
755 if (hdr != NULL) {
756 http_hdr_entry_off(hdr, name);
757 }
758}
759
760bool http_client::header_update(const char* name, const char* value,
761 bool force_add /* = true */)

Callers 1

doPostMethod · 0.80

Calls 1

http_hdr_entry_offFunction · 0.85

Tested by

no test coverage detected