[#HTTPRequest-2constructor-05] = xref:HTTPRequest.adoc[HTTPRequest]::HTTPRequest :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<httpserver.h>` Construct with a null client for unit tests [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:HTTPRequest/2constructor-0d.adoc[HTTPRequest](); ---- [.small]#xref:HTTPRequest/2constructor-0d.adoc[_» more..._]# Construct a request bound to the client that sent it. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:HTTPRequest/2constructor-0c.adoc[HTTPRequest](std::shared_ptr<HTTPRemoteClient> const& client); ---- [.small]#xref:HTTPRequest/2constructor-0c.adoc[_» more..._]# == 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]#