aboutsummaryrefslogtreecommitdiff
path: root/src/bridge/mod.rs
blob: d635011c7278f3f6a08e502958f9bf8495bd0a87 (plain) (blame)
1
2
3
4
5
6
7
//! 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;
pub mod reqwest;