Realistic 3D camera system
3D camera system components
|
The common handler for all incoming requests. More...
#include <file_handler.hpp>
Public Member Functions | |
file_handler (const std::string &doc_root) | |
Construct with a directory containing files to be served. More... | |
void | operator() (const request &req, reply &rep) |
Handle a request and produce a reply. More... | |
The common handler for all incoming requests.
Definition at line 23 of file file_handler.hpp.
|
explicit |
Construct with a directory containing files to be served.
Definition at line 23 of file file_handler.cpp.
Handle a request and produce a reply.
Definition at line 28 of file file_handler.cpp.