MCPcopy Create free account
hub / github.com/bitcoin-sv/bitcoin-sv / GetURI

Method GetURI

src/httpserver.cpp:580–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580std::string HTTPRequest::GetURI() {
581 return evhttp_request_get_uri(req);
582}
583
584HTTPRequest::RequestMethod HTTPRequest::GetRequestMethod() {
585 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