Wt
4.11.1
|
Support for a Wt web application client. More...
#include <Wt/Http/WtClient.h>
Public Types | |
enum class | 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=ClientOption::SupportsAjax) |
Starts a Wt session. More... | |
Support for a Wt web application client.
|
strong |
|
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
.