SNode.C
|
Go to the source code of this file.
Namespaces | |
namespace | apps |
namespace | apps::http |
namespace | apps::http::legacy |
namespace | apps::http::tls |
Macros | |
#define | QUOTE_INCLUDE(a) STR_INCLUDE(a) |
#define | STR_INCLUDE(a) #a |
#define | WEBAPP_INCLUDE QUOTE_INCLUDE(express/STREAM/NET/WebApp.h) |
Typedefs | |
using | apps::http::legacy::WebApp = express::legacy::NET::WebApp |
using | apps::http::tls::WebApp = express::tls::NET::WebApp |
Functions | |
static express::Router | getRouter () |
static WebApp | apps::http::legacy::getWebApp (const std::string &name) |
static WebApp | apps::http::tls::getWebApp (const std::string &name) |
#define QUOTE_INCLUDE | ( | a | ) | STR_INCLUDE(a) |
#define WEBAPP_INCLUDE QUOTE_INCLUDE(express/STREAM/NET/WebApp.h) |
|
static |
Definition at line 46 of file servers.h.