Crate iqhttp[][src]

iqlusion’s HTTP toolkit.

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

Re-exports

pub use hyper;

Modules

serializersserde

Serde serialization helpers.

Structs

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 Definitions

Path

HTTP request path type

Result

Result type