tufao  1.3.0
An asynchronous web framework for C++ built on top of Qt
Tufao::Session Member List

This is the complete list of members for Tufao::Session, including all inherited members.

apply(SessionStore &store, const QByteArray &property, const HttpServerRequest &request, HttpServerResponse &response, F f)Tufao::Sessioninlinestatic
apply(SessionStore &store, const HttpServerRequest &request, HttpServerResponse &response, F f)Tufao::Sessioninlinestatic
hasValue(const QByteArray &key) const Tufao::Sessioninline
operator[](const QByteArray &key)Tufao::Sessioninline
Session(SessionStore &store, const HttpServerRequest &request, HttpServerResponse &response)Tufao::Sessioninline
setValue(const QByteArray &key, const QVariant &value)Tufao::Sessioninline
value(const QByteArray &key) const Tufao::Sessioninline