22#include "web/SubscriptionContextInterface.hpp"
23#include "web/ng/Connection.hpp"
24#include "web/ng/Request.hpp"
25#include "web/ng/Response.hpp"
27#include <boost/asio/spawn.hpp>
Represents an HTTP or WebSocket request.
Definition Request.hpp:37
Represents an HTTP or Websocket response.
Definition Response.hpp:40
std::shared_ptr< SubscriptionContextInterface > SubscriptionContextPtr
An alias for shared pointer to a SubscriptionContextInterface.
Definition SubscriptionContextInterface.hpp:83