[#HTTPRequest-2constructor-0c] = xref:HTTPRequest.adoc[HTTPRequest]::HTTPRequest :relfileprefix: ../ :mrdocs: Construct a request bound to the client that sent it. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit HTTPRequest(std::shared_ptr<HTTPRemoteClient> const& client); ---- == Parameters [cols="1,4"] |=== | Name| Description | *client* | The client connection the request arrived on and will be replied to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#