AsyncFw 1.2
Async Framework is c++ runtime with timers, poll notifiers, sockets, coroutines, etc.
 
Loading...
Searching...
No Matches
AsyncFw::HttpServer Member List

This is the complete list of members for AsyncFw::HttpServer, including all inherited members.

addRoute(const std::string &url, Request::Method method, A action, const std::any &data={}) (defined in AsyncFw::HttpServer)AsyncFw::HttpServerinline
addRoute(const O object, const std::string &url, Request::Method method, A action, const std::any &data={}) (defined in AsyncFw::HttpServer)AsyncFw::HttpServerinline
addRule(const std::string &, const Request::Method, std::function< void(const Request &)>) (defined in AsyncFw::HttpServer)AsyncFw::HttpServer
clearConnections(const T &_data) (defined in AsyncFw::HttpServer)AsyncFw::HttpServerinline
clearConnections() (defined in AsyncFw::HttpServer)AsyncFw::HttpServerinline
close() (defined in AsyncFw::HttpServer)AsyncFw::HttpServer
disconnectFromHost(TcpSocket *socket) (defined in AsyncFw::HttpServer)AsyncFw::HttpServer
execRule(const Request &) (defined in AsyncFw::HttpServer)AsyncFw::HttpServer
fileUploadProgress(TcpSocket *, int) (defined in AsyncFw::HttpServer)AsyncFw::HttpServerprotectedvirtual
hasTls() (defined in AsyncFw::HttpServer)AsyncFw::HttpServer
HttpServer(const std::string &={}) (defined in AsyncFw::HttpServer)AsyncFw::HttpServer
incoming (defined in AsyncFw::HttpServer)AsyncFw::HttpServer
instance() (defined in AsyncFw::HttpServer)AsyncFw::HttpServerinlinestatic
listen(uint16_t port) (defined in AsyncFw::HttpServer)AsyncFw::HttpServer
operator<< (defined in AsyncFw::HttpServer)AsyncFw::HttpServerfriend
port() (defined in AsyncFw::HttpServer)AsyncFw::HttpServer
rules (defined in AsyncFw::HttpServer)AsyncFw::HttpServerprotected
RulesMap typedef (defined in AsyncFw::HttpServer)AsyncFw::HttpServer
sendToWebSockets(const T &_data, const AsyncFw::DataArray &_da) (defined in AsyncFw::HttpServer)AsyncFw::HttpServerinline
sendToWebSockets(const std::string &) (defined in AsyncFw::HttpServer)AsyncFw::HttpServer
setEnableCorsRequests(bool) (defined in AsyncFw::HttpServer)AsyncFw::HttpServer
setPeek(std::function< bool(const Request &, const std::any &)> f) (defined in AsyncFw::HttpServer)AsyncFw::HttpServerinline
setTlsContext(const AsyncFw::TlsContext &) (defined in AsyncFw::HttpServer)AsyncFw::HttpServer
~HttpServer() (defined in AsyncFw::HttpServer)AsyncFw::HttpServervirtual