Malloy
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
malloy::server::http::connection< Derived >::handler Class Referenceabstract

#include <connection.hpp>

Inheritance diagram for malloy::server::http::connection< Derived >::handler:
Inheritance graph
[legend]

Public Types

using request = malloy::http::request<>
 
using http_conn_t = const connection_t &
 
using path = std::filesystem::path
 
using req_t = std::shared_ptr< request_generator >
 

Public Member Functions

virtual void websocket (const path &root, const req_t &req, const std::shared_ptr< malloy::server::websocket::connection > &)=0
 
virtual void http (const path &root, const req_t &req, http_conn_t)=0
 

Detailed Description

template<class Derived>
class malloy::server::http::connection< Derived >::handler

This is needed to break the dependency cycle between connection and router.


The documentation for this class was generated from the following file: