Realistic 3D camera system
3D camera system components
|
The top-level class of the HTTP server. More...
#include <server.hpp>
Public Member Functions | |
server (const std::string &address, const std::string &port, const std::string &doc_root) | |
void | run () |
Run the server's io_service loop. More... | |
server (const server &)=delete | |
server & | operator= (const server &)=delete |
server (const std::string &address, const std::string &port, const std::string &doc_root) | |
void | run () |
Run the server's io_service loop. More... | |
The top-level class of the HTTP server.
Definition at line 25 of file server.hpp.
|
explicit |
Construct the server to listen on the specified TCP address and port, and serve up files from the given directory.
Definition at line 18 of file server.cpp.
|
delete |
|
explicit |
Construct the server to listen on the specified TCP address and port, and serve up files from the given directory.
void server::run | ( | ) |
Run the server's io_service loop.
Definition at line 49 of file server.cpp.
void http::server::server::run | ( | ) |
Run the server's io_service loop.