Malloy
Loading...
Searching...
No Matches
Public Member Functions | List of all members
malloy::client::http::connection_plain< ConnArgs > Class Template Reference

#include <connection_plain.hpp>

Inheritance diagram for malloy::client::http::connection_plain< ConnArgs >:
Inheritance graph
[legend]
Collaboration diagram for malloy::client::http::connection_plain< ConnArgs >:
Collaboration graph
[legend]

Public Member Functions

 connection_plain (std::shared_ptr< spdlog::logger > logger, boost::asio::io_context &io_ctx, const std::uint64_t body_limit)
 
malloy::tcp::streamstream ()
 
void hook_connected ()
 
- Public Member Functions inherited from malloy::client::http::connection< connection_plain< ConnArgs... >, ConnArgs... >
 connection (std::shared_ptr< spdlog::logger > logger, boost::asio::io_context &io_ctx, const std::uint64_t body_limit)
 
void run (malloy::http::request< ReqBody > req, std::promise< malloy::error_code > err_channel, callback_t &&cb, Filter &&filter)
 

Additional Inherited Members

- Public Types inherited from malloy::client::http::connection< connection_plain< ConnArgs... >, ConnArgs... >
using resp_t = typename Filter::response_type
 
using callback_t = Callback
 
- Protected Member Functions inherited from malloy::client::http::connection< connection_plain< ConnArgs... >, ConnArgs... >
void send_request ()
 
- Protected Attributes inherited from malloy::client::http::connection< connection_plain< ConnArgs... >, ConnArgs... >
std::shared_ptr< spdlog::logger > m_logger
 

Detailed Description

template<typename... ConnArgs>
class malloy::client::http::connection_plain< ConnArgs >

A plain HTTP connection.


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