[#HTTPRemoteClient-GetRequest] = xref:HTTPRemoteClient.adoc[HTTPRemoteClient]::GetRequest :relfileprefix: ../ :mrdocs: Access the request currently being parsed. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:HTTPRequest.adoc[HTTPRequest] const* GetRequest() const; ---- == Return Value The pending request, or nullptr if none is being parsed. [.small]#Created with https://www.mrdocs.com[MrDocs]#