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

Method request_method

lib_acl_cpp/src/http/http_client.cpp:809–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

807}
808
809const char* http_client::request_method(void) const
810{
811 if (!is_request_ && hdr_req_) {
812 return hdr_req_->method;
813 }
814 return NULL;
815}
816
817const char* http_client::request_url(void) const
818{

Callers 2

get_bodyMethod · 0.80
readHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected