mpstthree 0.1.17

A library implementing Multiparty Session Types for 2 or more participants
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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();
}