Module client

Source
Expand description

HTTP client configuration and building.

This module provides types and options for configuring and building HTTP clients in nyquest.

Structs§

ClientOptions
Configuration options for creating a nyquest HTTP client.

Enums§

BuildClientError
Errors that can occur when building a nyquest HTTP client.
CachingBehavior
Defines how the HTTP client should handle response caching.

Type Aliases§

BuildClientResult
Result type for client building operations.