JayBeams  0.1
Another project to have fun coding.
Classes | Namespaces | Typedefs
request_dispatcher.hpp File Reference
#include <jb/ehs/base_types.hpp>
#include <atomic>
#include <functional>
#include <map>
#include <mutex>

Go to the source code of this file.

Classes

class  jb::ehs::request_dispatcher
 Holds a collection of HTTP request handlers and forwards requests. More...
 

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 
 jb::ehs
 Contains types and classes to implemented Embedded HTTP Servers.
 

Typedefs

using jb::ehs::request_handler = std::function< void(request_type const &, response_type &)>
 Define the interface for request handlers. More...