| 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; |
| 195 | std::pair<bool, std::string> GetHeader(std::string_view hdr) const; |
| 196 | std::string ReadBody() const { return m_body; } |
no outgoing calls