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

Method GetURI

src/httpserver.cpp:629–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629std::string HTTPRequest::GetURI()
630{
631 return evhttp_request_get_uri(req);
632}
633
634HTTPRequest::RequestMethod HTTPRequest::GetRequestMethod()
635{

Callers 2

http_request_cbFunction · 0.80
HTTPReq_JSONRPCFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected