SNode.C
Loading...
Searching...
No Matches
servers.h File Reference
#include "express/STREAM/NET/WebApp.h"
#include "express/middleware/VerboseRequest.h"
Include dependency graph for servers.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ QUOTE_INCLUDE

#define QUOTE_INCLUDE ( a)    STR_INCLUDE(a)

Definition at line 23 of file servers.h.

◆ STR_INCLUDE

#define STR_INCLUDE ( a)    #a

Definition at line 24 of file servers.h.

◆ WEBAPP_INCLUDE

#define WEBAPP_INCLUDE   QUOTE_INCLUDE(express/STREAM/NET/WebApp.h)

Definition at line 27 of file servers.h.

Function Documentation

◆ getRouter()

static express::Router getRouter ( )
static

Definition at line 46 of file servers.h.

46 {
48}
class VerboseRequest & VerboseRequest(VerboseRequest::Details details=VerboseRequest::W_ALL)