MCPcopy 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
738std::string HTTPRequest::GetURI()
739{
740 return evhttp_request_get_uri(req);
741}
742
743HTTPRequest::RequestMethod HTTPRequest::GetRequestMethod()
744{

Callers 1

http_request_cbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected