[#HTTPRequest-LoadBody] = xref:HTTPRequest.adoc[HTTPRequest]::LoadBody :relfileprefix: ../ :mrdocs: Parse the request body from the receive buffer. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool LoadBody(xref:util/LineReader.adoc[util::LineReader]& reader); ---- == Return Value true if the body was parsed, false if more data is needed. == Parameters [cols="1,4"] |=== | Name| Description | *reader* | A LineReader constructed over the received data. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#