cyper 0.9.0

HTTP client library based on compio and hyper
Documentation
1
2
3
4
5
6
7
use cfg_aliases::cfg_aliases;

fn main() {
    cfg_aliases! {
        tls: { any(feature = "native-tls", feature = "rustls") },
    }
}