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

Name

Description

reader

A LineReader constructed over the received data.

Created with MrDocs