HTTPRequest::LoadHeaders

Parse the request line's headers section from the receive buffer.

Synopsis

Declared in <httpserver.h>

bool
LoadHeaders(util::LineReader& reader);

Return Value

true if the headers were parsed, false if more data is needed.

Parameters

NameDescription
readerA LineReader constructed over the received data.