Function response
Returns the current response.
Note that this may only be called from a function/method registered using registerWebInterface.
Example
void logIn()
{
auto session = response .startSession();
session .set(
Returns the current response.
Note that this may only be called from a function/method registered using registerWebInterface.
void logIn()
{
auto session = response .startSession();
session .set(