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

Method request_url

lib_acl_cpp/src/http/http_client.cpp:817–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815}
816
817const char* http_client::request_url(void) const
818{
819 if (!is_request_ && hdr_req_ && hdr_req_->url_part) {
820 return acl_vstring_str(hdr_req_->url_part);
821 }
822 return NULL;
823}
824
825const char* http_client::request_path(void) const
826{

Callers 1

getRequestUriMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected