[][src]Module isahc::config

Definition of all client and request configuration options.

Individual options are separated out into multiple types. Each type acts both as a "field name" and the value of that option.

Structs

CaCertificate

A public CA certificate bundle file.

ClientCertificate

A public key certificate file.

PrivateKey

A private key file.

SslOption

A flag that can be used to alter the behavior of SSL/TLS connections.

VersionNegotiation

A strategy for selecting what HTTP versions should be used when communicating with a server.

Enums

DnsCache

DNS caching configuration.

RedirectPolicy

Describes a policy for handling server redirects.