MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / ReadBody

Method ReadBody

src/httpserver.h:196–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }
197 void WriteHeader(std::string&& hdr, std::string&& value);
198};
199

Callers 3

rest_getutxosFunction · 0.80
HTTPReq_JSONRPCFunction · 0.80
FUZZ_TARGETFunction · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGETFunction · 0.64