Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ GetURI
Method
GetURI
src/rpc/core/httpserver.cpp:620–620 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
618
}
619
620
std::string HTTPRequest::GetURI() const { return evhttp_request_get_uri(req); }
621
622
HTTPRequest::RequestMethod HTTPRequest::GetRequestMethod() const {
623
switch (evhttp_request_get_command(req)) {
Callers
1
http_request_cb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected