mod http;
use ntest::timeout;
#[test]
// #[timeout(120000)]
fn transport_http() {
// http::simple_http_get::main();
// http::simple_http_post::main();
// http::simple_https_get::main();
// http::complex_https_get::main();
// http::binary_http_get::main();
// http::o_auth::main();
// http::o_auth_fail_too_true::main();
// http::o_auth_fail_too_false::main();
}