$darkmode
server.hpp File Reference
#include <memory>
#include <string>
#include <vector>
#include <boost/network/include/http/server.hpp>
#include <boost/network/utils/thread_pool.hpp>
#include "oak/registrar.hpp"
#include "oak/route_muxer.hpp"
Include dependency graph for server.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  oak::RequestStub
 
class  oak::ServerImplHandler
 
class  oak::Server
 

Typedefs

using oak::ServerImpl = boost::network::http::server< ServerImplHandler >
 

Detailed Description