Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ GetURI
Method
GetURI
src/httpserver.cpp:738–741 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
736
}
737
738
std::string HTTPRequest::GetURI()
739
{
740
return evhttp_request_get_uri(req);
741
}
742
743
HTTPRequest::RequestMethod HTTPRequest::GetRequestMethod()
744
{
Callers
1
http_request_cb
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected