HTTPRequest::HTTPRequest

Constructors

Synopses

Declared in <httpserver.h>

Construct with a null client for unit tests

explicit
HTTPRequest();
» more...

Construct a request bound to the client that sent it.

explicit
HTTPRequest(std::shared_ptr<HTTPRemoteClient> const& client);
» more...

Parameters

NameDescription
clientThe client connection the request arrived on and will be replied to.