Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
691
std::string HTTPRequest::GetURI() { return evhttp_request_get_uri(req); }
692
HTTPRequest::RequestMethod HTTPRequest::GetRequestMethod()
693
{
694
switch (evhttp_request_get_command(req))
Callers
1
http_request_cb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected