MCPcopy 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
35const char* http_service_request::get_domain(void) const
36{
37 return domain_;
38}
39
40unsigned short http_service_request::get_port(void) const
41{

Callers 7

runMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
http_requestMethod · 0.45
connect_serverMethod · 0.45
lookupMethod · 0.45
on_resultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected