Crate iqhttp

Source
Expand description

§iqhttp iqlusion

Crate Docs Build Status Apache 2.0 Licensed MSRV

iqlusion’s HTTPS toolkit. Provides a high-level wrapper around hyper, with built-in SSL/TLS support based on rustls.

Documentation

§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
serializersserde
Serde serialization helpers.

Structs§

HeaderMap
A set of HTTP headers
HttpsClient
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

Type Aliases§

Path
HTTP request path type
Result
Result type