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)
#define STR_INCLUDE(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)
Value:
#define STR_INCLUDE(a)
Definition servers.h:48

Definition at line 45 of file servers.h.

◆ STR_INCLUDE

#define STR_INCLUDE ( a)
Value:
#a

Definition at line 46 of file servers.h.

◆ WEBAPP_INCLUDE

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

Definition at line 49 of file servers.h.

Function Documentation

◆ getRouter()

express::Router getRouter ( )
static

Definition at line 68 of file servers.h.

68 {
70}
class VerboseRequest & VerboseRequest(VerboseRequest::Details details=VerboseRequest::W_ALL)

Referenced by apps::http::legacy::getWebApp(), and apps::http::tls::getWebApp().

Here is the caller graph for this function: