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

Method request_path

lib_acl_cpp/src/http/http_client.cpp:825–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823}
824
825const char* http_client::request_path(void) const
826{
827 if (!is_request_ && hdr_req_ && hdr_req_->url_path) {
828 return acl_vstring_str(hdr_req_->url_path);
829 }
830 return NULL;
831}
832
833const char* http_client::request_params(void) const
834{

Callers 1

getPathInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected