http-client

Crates.iohttp-client
lib.rshttp-client
version6.5.3
sourcesrc
created_at2019-03-29 16:25:14.750392
updated_at2022-06-20 20:34:06.027569
descriptionTypes and traits for http clients.
homepage
repositoryhttps://github.com/http-rs/http-client
max_upload_size
id124607
size157,930
Jeremiah Senkpiel (Fishrock123)

documentation

https://docs.rs/http-client

README

http-client

Types and traits for http clients.

Crates.io version Download docs.rs docs

API Docs | Releases | Contributing

Installation

With cargo add installed run:

$ cargo add http-client

Safety

For non-wasm clients, this crate uses #![deny(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

Contributing

Want to join us? Check out our "Contributing" guide and take a look at some of these issues:

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Commit count: 169

cargo fmt