MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / GetURI

Method GetURI

src/httpserver.cpp:745–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743}
744
745std::string HTTPRequest::GetURI() const {
746 return evhttp_request_get_uri(req);
747}
748
749HTTPRequest::RequestMethod HTTPRequest::GetRequestMethod() const {
750 switch (evhttp_request_get_command(req)) {

Callers 3

http_request_cbFunction · 0.80
ProcessHTTPRequestMethod · 0.80
FUZZ_TARGETFunction · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGETFunction · 0.64