Wt
3.2.0
|
Support for a Wt web application client. More...
#include <Wt/Http/WtClient>
Public Types | |
enum | ClientOption { SupportsAjax = 0x1 } |
Enumeration for client user-agent options. More... | |
Static Public Member Functions | |
static void | startWtSession (const std::string &host, const std::string &port, const std::string &path, const std::string &query=std::string(), WFlags< ClientOption > flags=SupportsAjax) |
Starts a Wt session. |
Support for a Wt web application client.
void Wt::Http::WtClient::startWtSession | ( | const std::string & | host, |
const std::string & | port, | ||
const std::string & | path, | ||
const std::string & | query = std::string() , |
||
WFlags< ClientOption > | flags = SupportsAjax |
||
) | [static] |
Starts a Wt session.
A Wt application uses a bootstrap procedure during which it collects information on user agent capabilities (unless the progressive bootstrap method is enabled). Therefore a session is not spawned after the first request, but only after these capabilities have been collected by a second request.
This function starts a session on the specific host
, port
, path
, and optional query
. These correspond to the different parts of a url:
http://
host:
port/path?
query
.