Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ get_domain
Method
get_domain
lib_acl_cpp/src/http/http_service.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
const char* http_service_request::get_domain(void) const
36
{
37
return domain_;
38
}
39
40
unsigned short http_service_request::get_port(void) const
41
{
Callers
7
run
Method · 0.45
main
Function · 0.45
main
Function · 0.45
http_request
Method · 0.45
connect_server
Method · 0.45
lookup
Method · 0.45
on_result
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected