aboutsummaryrefslogtreecommitdiff
path: root/src/bridge/mod.rs
blob: 92be3da4ce101dcef133b77ebbca4e30c20bd5d8 (plain) (blame)
1
2
3
4
5
6
//! A module containing bridges to HTTP clients.
//!
//! This contains traits implemented on HTTP clients, as well as oneshot
//! functions that create one-off clients for ease of use.

pub mod hyper;