Classes | |
| class | StaticMiddleware |
| class | JsonMiddleware |
| class | BasicAuthentication |
| class | VHost |
| class | VerboseRequest |
Functions | |
| class StaticMiddleware & | StaticMiddleware (const std::string &root) |
| class JsonMiddleware & | JsonMiddleware () |
| class BasicAuthentication & | BasicAuthentication (const std::string &userName, const std::string &password, const std::string &realm) |
| class VHost & | VHost (const std::string &host) |
| class VerboseRequest & | VerboseRequest (VerboseRequest::Details details=VerboseRequest::W_ALL) |
| static std::string_view | hostWithoutPort (std::string_view host) |
| class BasicAuthentication & express::middleware::BasicAuthentication | ( | const std::string & | userName, |
| const std::string & | password, | ||
| const std::string & | realm ) |
Definition at line 86 of file BasicAuthentication.cpp.
|
static |
Definition at line 52 of file VHost.cpp.
Referenced by express::middleware::VHost::VHost().
| class JsonMiddleware & express::middleware::JsonMiddleware | ( | ) |
Definition at line 84 of file JsonMiddleware.cpp.
| class StaticMiddleware & express::middleware::StaticMiddleware | ( | const std::string & | root | ) |
Definition at line 173 of file StaticMiddleware.cpp.
| class VerboseRequest & express::middleware::VerboseRequest | ( | VerboseRequest::Details | details = VerboseRequest::W_ALL | ) |
Definition at line 76 of file VerboseRequest.cpp.
| class VHost & express::middleware::VHost | ( | const std::string & | host | ) |