Documentation
¶
Overview ¶
Package client provide an SDK for the Affinity Gateway service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// Time to wait for requests, in seconds
Timeout uint
// Time to maintain open the connection with the service, in seconds
KeepAlive uint
// Maximum network connections to keep open with the service
MaxConnections uint
// User agent value to report to the service
UserAgent string
}
Options available when configuring an SDK client instance.
Click to show internal directories.
Click to hide internal directories.