Malloy
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Friends | List of all members
malloy::server::http::connection< Derived >::request_generator Class Reference
Inheritance diagram for malloy::server::http::connection< Derived >::request_generator:
Inheritance graph
[legend]
Collaboration diagram for malloy::server::http::connection< Derived >::request_generator:
Collaboration graph
[legend]

Public Types

using h_parser_t = std::unique_ptr< boost::beast::http::request_parser< boost::beast::http::empty_body > >
 
using header_t = boost::beast::http::request_header<>
 

Public Member Functions

header_t & header ()
 
const header_t & header () const
 
template<typename Body , std::invocable< malloy::http::request< Body > && > Callback, typename SetupCb >
auto body (Callback &&done, SetupCb &&setup)
 
template<typename Body , std::invocable< malloy::http::request< Body > && > Callback>
auto body (Callback &&done)
 

Friends

class connection
 

Friends And Related Function Documentation

◆ connection

template<class Derived >
friend class connection
friend

A client-side WebSocket connection.

A server-side WebSocket connection.


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