SNode.C
|
#include "express/legacy/in/WebApp.h"
#include "express/middleware/StaticMiddleware.h"
#include "log/Logger.h"
#include <string>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 48 of file ClientApp.cpp.
References core::socket::State::DISABLED, core::socket::State::ERROR, core::socket::State::FATAL, express::WebApp::init(), net::in::stream::SocketServer< SocketAcceptorT, ConfigSocketServerT, SocketContextFactoryT, Args >::listen(), core::socket::State::OK, express::Request::query(), express::Response::sendFile(), express::WebApp::start(), net::in::SocketAddress::toString(), express::Request::url, and express::WebAppT< ServerT >::WebAppT().