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

Method LoadHeaders

src/httpserver.cpp:415–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415bool HTTPRequest::LoadHeaders(LineReader& reader)
416{
417 return m_headers.Read(reader);
418}
419
420bool HTTPRequest::LoadBody(LineReader& reader)
421{

Callers 3

ReadRequestMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
FUZZ_TARGETFunction · 0.80

Calls 1

ReadMethod · 0.45

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.64
FUZZ_TARGETFunction · 0.64