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

Method request_host

lib_acl_cpp/src/http/http_client.cpp:793–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791}
792
793const char* http_client::request_host(void) const
794{
795 if (!is_request_ && hdr_req_) {
796 return hdr_req_->host;
797 }
798 return NULL;
799}
800
801int http_client::request_port(void) const
802{

Callers 1

getRemoteHostMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected