Module isahc::config [−][src]
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. |
| Dialer | A custom address or dialer for connecting to a host. |
| DialerParseError | An error which can be returned when parsing a dial address. |
| NetworkInterface | Used to configure which local addresses or interfaces should be used to send network traffic from. |
| PrivateKey | A private key file. |
| ResolveMap | A mapping of host and port pairs to IP addresses. |
| 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. |
| IpVersion | Supported IP versions that can be used. |
| RedirectPolicy | Describes a policy for handling server redirects. |
Traits
| Configurable | Provides additional methods when building a request for configuring various execution-related options on how the request should be sent. |