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

Name

Description

reader

A LineReader constructed over the received data.

Created with MrDocs