|
Malloy
|
This is the complete list of members for malloy::client::controller, including all inherited members.
| add_ca(const std::string &contents) | malloy::client::controller | |
| add_ca_file(const std::filesystem::path &file) | malloy::client::controller | |
| controller(config cfg) | malloy::client::controller | explicit |
| http_request(malloy::http::request< ReqBody > req, Callback &&done, Filter filter={}) -> std::future< malloy::error_code > | malloy::client::controller | inline |
| https_request(malloy::http::request< ReqBody > req, Callback &&done, Filter filter={}) -> std::future< malloy::error_code > | malloy::client::controller | inline |
| init_tls() | malloy::client::controller | |
| session typedef | malloy::client::controller | |
| start (defined in malloy::client::controller) | malloy::client::controller | friend |
| ws_connect(const std::string &host, std::uint16_t port, const std::string &resource, std::invocable< malloy::error_code, std::shared_ptr< websocket::connection > > auto &&handler) | malloy::client::controller | inline |
| wss_connect(const std::string &host, std::uint16_t port, const std::string &resource, std::invocable< malloy::error_code, std::shared_ptr< websocket::connection > > auto &&handler) | malloy::client::controller | inline |
| ~controller()=default | malloy::client::controller |