http-client 1.1.1

Types and traits for http clients.
Documentation
use std::error::Error;

#[test]
fn should_work() -> Result<(), Box<dyn Error + Send + Sync + 'static>> {
    Ok(())
}