//! The module contains implementations of HTTP/2 clients that could be
//! directly used to access HTTP/2 servers, i.e. send requests and read
//! responses.
pubuseself::simple::SimpleClient;pubuseself::async::Client;modsimple;modasync;#[cfg(test)]modtests;