MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / GetURI

Method GetURI

src/httpserver.cpp:553–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553std::string HTTPRequest::GetURI()
554{
555 return evhttp_request_get_uri(req);
556}
557
558HTTPRequest::RequestMethod HTTPRequest::GetRequestMethod()
559{

Callers 1

http_request_cbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected