[#HTTPRequest-ReadBody] = xref:HTTPRequest.adoc[HTTPRequest]::ReadBody :relfileprefix: ../ :mrdocs: Returns the request body read so far. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string ReadBody() const; ---- == Return Value The request body that has been read so far. [.small]#Created with https://www.mrdocs.com[MrDocs]#