# Functions
Get creates or gets a client for the protocol based on custom configuration.
GetHttpTimeout returns the http timeout for the client.
GetRawHTTP returns the rawhttp request client.
Init initializes the clientpool implementation.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Dialer is a copy of the fastdialer from protocolstate.
HttpTimeoutMultiplier is the multiplier for the http timeout.
ResponseHeaderTimeout is the timeout for response headers to be read from the server (this prevents infinite hang started by server if any).
# Structs
Configuration contains the custom configuration options for a client.
ConnectionConfiguration contains the custom configuration options for a connection.
# Type aliases
No description provided by the author