Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ GetURI
Method
GetURI
src/httpserver.cpp:553–556 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
551
}
552
553
std::string HTTPRequest::GetURI()
554
{
555
return evhttp_request_get_uri(req);
556
}
557
558
HTTPRequest::RequestMethod HTTPRequest::GetRequestMethod()
559
{
Callers
1
http_request_cb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected