rquest-util 2.2.1

Common utilities for rquest
Documentation
#[macro_use]
mod support;

use rquest_util::Emulation;
use support::CLIENT;

test_emulation!(
    test_okhttp3_13,
    Emulation::OkHttp3_13,
    ["t13d1613h2_46e7e9700bed_eca864cca44a"],
    "460a10a98dcc79ed1bf9ab07653d4f79"
);

test_emulation!(
    test_okhttp3_14,
    Emulation::OkHttp3_14,
    ["t13d1613h2_46e7e9700bed_eca864cca44a"],
    "460a10a98dcc79ed1bf9ab07653d4f79"
);

test_emulation!(
    test_okhttp4_9,
    Emulation::OkHttp4_9,
    ["t13d1513h2_8daaf6152771_eca864cca44a"],
    "460a10a98dcc79ed1bf9ab07653d4f79"
);

test_emulation!(
    test_okhttp4_10,
    Emulation::OkHttp4_10,
    ["t13d1613h2_46e7e9700bed_eca864cca44a"],
    "460a10a98dcc79ed1bf9ab07653d4f79"
);

test_emulation!(
    test_okhttp4_12,
    Emulation::OkHttp4_12,
    ["t13d1613h2_46e7e9700bed_eca864cca44a"],
    "460a10a98dcc79ed1bf9ab07653d4f79"
);

test_emulation!(
    test_okhttp5,
    Emulation::OkHttp5,
    ["t13d1613h2_46e7e9700bed_eca864cca44a"],
    "460a10a98dcc79ed1bf9ab07653d4f79"
);