Seastar
High performance C++ framework for concurrent servers
|
This is the complete list of members for seastar::http::experimental::client, including all inherited members.
client(socket_address addr) | seastar::http::experimental::client | explicit |
client(socket_address addr, shared_ptr< tls::certificate_credentials > creds, sstring host={}) | seastar::http::experimental::client | |
client(std::unique_ptr< connection_factory > f, unsigned max_connections=default_max_connections, retry_requests retry=retry_requests::no) | seastar::http::experimental::client | explicit |
close() | seastar::http::experimental::client | |
connections_nr() const noexcept | seastar::http::experimental::client | inline |
idle_connections_nr() const noexcept | seastar::http::experimental::client | inline |
make_request(request &&req, reply_handler &&handle, std::optional< reply::status_type > &&expected=std::nullopt, abort_source *as=nullptr) | seastar::http::experimental::client | |
make_request(request &req, reply_handler &handle, std::optional< reply::status_type > expected=std::nullopt, abort_source *as=nullptr) | seastar::http::experimental::client | |
reply_handler typedef (defined in seastar::http::experimental::client) | seastar::http::experimental::client | |
retry_requests typedef (defined in seastar::http::experimental::client) | seastar::http::experimental::client | |
set_maximum_connections(unsigned nr) | seastar::http::experimental::client | |
total_new_connections_nr() const noexcept | seastar::http::experimental::client | inline |