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

Method header_value

lib_acl_cpp/src/http/http_request.cpp:639–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637}
638
639const char* http_request::header_value(const char* name) const
640{
641 return client_ ? client_->header_value(name) : NULL;
642}
643
644bool http_request::body_finish() const
645{

Callers 1

set_charset_convMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected