[#HTTPRequest-LoadHeaders] = xref:HTTPRequest.adoc[HTTPRequest]::LoadHeaders :relfileprefix: ../ :mrdocs: Parse the request line's headers section from the receive buffer. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool LoadHeaders(xref:util/LineReader.adoc[util::LineReader]& reader); ---- == Return Value true if the headers were 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]#