MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Parse

Method Parse

lib/remote/httpmessage.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96template<bool isRequest, typename Body, typename StreamVariant>
97void IncomingHttpMessage<isRequest, Body, StreamVariant>::Parse(boost::asio::yield_context& yc)
98{
99 boost::beast::flat_buffer buf;
100 ParseHeader(buf, yc);
101 ParseBody(buf, yc);
102}
103
104HttpApiRequest::HttpApiRequest(Shared<AsioTlsStream>::Ptr stream) : IncomingHttpMessage(std::move(stream))
105{

Callers 1

ExportImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected