reywen_http 0.1.18

A simple and easy to use HTTPv2 library for Rust (based on tokio/reqwest)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![warn(
    clippy::all,
    clippy::pedantic,
    clippy::style,
    clippy::nursery,
    clippy::unwrap_used,
    clippy::expect_used
)]

pub mod engines;
pub mod utils;

pub const USER_AGENT: &str = "Reywen-HTTP/10.0 (async-tokio-runtime)";