# Functions

CACertFileOption specifies a CA certificate to be added to the trusted root CA list for HTTPS requests, when used with NewHTTPTransport.
CACertOption specifies a CA certificate to be added to the trusted root CA list for HTTPS requests, when used with NewHTTPTransport.
ConnectTimeoutOption specifies the maximum time to wait for a TCP connection, when used with NewHTTPTransport.
NewHTTPTransport creates a customized http.Transport struct using the specified options.
ProxyOption specifies a proxy URL to be used for all requests, when used with NewHTTPTransport.

# Interfaces

TransportOption is the interface for optional configuration parameters that can be passed to NewHTTPTransport.