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

Method request_param

lib_acl_cpp/src/http/http_client.cpp:841–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839}
840
841const char* http_client::request_param(const char* name) const
842{
843 if (!is_request_ && hdr_req_) {
844 return http_hdr_req_param(hdr_req_, name);
845 }
846 return NULL;
847}
848
849const char* http_client::request_cookie(const char* name) const
850{

Callers 1

handle_connMethod · 0.80

Calls 1

http_hdr_req_paramFunction · 0.85

Tested by

no test coverage detected