Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
793
const 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
801
int http_client::request_port(void) const
802
{
Callers
1
getRemoteHost
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected