MCPcopy Create free account
hub / github.com/Raptor3um/raptoreum / GetURI

Method GetURI

src/httpserver.cpp:617–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617std::string HTTPRequest::GetURI() {
618 return evhttp_request_get_uri(req);
619}
620
621HTTPRequest::RequestMethod HTTPRequest::GetRequestMethod() {
622 switch (evhttp_request_get_command(req)) {

Callers 2

http_request_cbFunction · 0.80
HTTPReq_JSONRPCFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected