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

Method GetURI

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

Source from the content-addressed store, hash-verified

689}
690
691std::string HTTPRequest::GetURI() { return evhttp_request_get_uri(req); }
692HTTPRequest::RequestMethod HTTPRequest::GetRequestMethod()
693{
694 switch (evhttp_request_get_command(req))

Callers 1

http_request_cbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected