|
Malloy
|
#include <connection_plain.hpp>


Public Member Functions | |
| connection_plain (std::shared_ptr< spdlog::logger > logger, boost::asio::io_context &io_ctx, const std::uint64_t body_limit) | |
| constexpr malloy::tcp::stream & | stream () noexcept |
| boost::asio::awaitable< void > | hook_connected () |
Public Member Functions inherited from malloy::client::http::connection< connection_plain< ConnArgs... >, ConnArgs... > | |
| connection (std::shared_ptr< spdlog::logger > logger, const std::uint64_t body_limit) | |
| boost::asio::awaitable< request_result< Filter > > | run (malloy::http::request< ReqBody > req, Filter filter) |
Additional Inherited Members | |
Protected Member Functions inherited from malloy::client::http::connection< connection_plain< ConnArgs... >, ConnArgs... > | |
| void | set_stream_timeout (const std::chrono::duration< Rep, Period > duration) |
Protected Attributes inherited from malloy::client::http::connection< connection_plain< ConnArgs... >, ConnArgs... > | |
| std::shared_ptr< spdlog::logger > | m_logger |
A plain HTTP connection.