MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetURI

Method GetURI

src/httpserver.cpp:618–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

http_request_cbFunction · 0.80
HTTPReq_JSONRPCFunction · 0.80
FUZZ_TARGETFunction · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGETFunction · 0.64