HTTPRequest::LoadBody

Parse the request body from the receive buffer.

Synopsis

Declared in <httpserver.h>

bool
LoadBody(util::LineReader& reader);

Return Value

true if the body was parsed, false if more data is needed.

Parameters

NameDescription
readerA LineReader constructed over the received data.