MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / GetURI

Method GetURI

src/rpc/core/httpserver.cpp:620–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618}
619
620std::string HTTPRequest::GetURI() const { return evhttp_request_get_uri(req); }
621
622HTTPRequest::RequestMethod HTTPRequest::GetRequestMethod() const {
623 switch (evhttp_request_get_command(req)) {

Callers 1

http_request_cbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected