These methods reimplement the API from http_libevent::HTTPRequest for downstream JSONRPC and REST modules.
| 189 | // These methods reimplement the API from http_libevent::HTTPRequest |
| 190 | // for downstream JSONRPC and REST modules. |
| 191 | std::string GetURI() const { return m_target; } |
| 192 | CService GetPeer() const; |
| 193 | HTTPRequestMethod GetRequestMethod() const { return m_method; } |
| 194 | std::optional<std::string> GetQueryParameter(std::string_view key) const; |
no outgoing calls