Expand description
§iqhttp 
iqlusion’s HTTPS toolkit. Provides a high-level wrapper around hyper
, with
built-in SSL/TLS support based on rustls
.
§Minimum Supported Rust Version
Rust 1.56
§License
Copyright © 2021-2022 iqlusion
iqhttp is distributed under the terms of either the MIT license or the Apache License (Version 2.0), at your option.
See LICENSE (Apache License, Version 2.0) file in the iqlusioninc/crates
toplevel directory of this repository or LICENSE-MIT for details.
§Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.
Re-exports§
pub use hyper;
Modules§
- header
- HTTP header types
- serializers
serde
- Serde serialization helpers.
Structs§
- Header
Map - A set of HTTP headers
- Https
Client - HTTPS client.
- Query
- HTTP query string: parameters to a request included in the URL.
- Uri
- The URI component of a request.
Enums§
- Error
- Error type
Constants§
- USER_
AGENT - User-Agent to send in HTTP request