# Packages
No description provided by the author
# Functions
New creates a new HTTP client.
WithCheckRedirect option for setting the WithCheckRedirect for the client.
WithCircuitBreaker option for setting up a circuit breaker.
WithTimeout option for adjusting the timeout of the connection.
WithTransport option for setting the WithTransport for the client.
# Structs
TracedClient defines an HTTP client with tracing integrated.
# Interfaces
Client interface of an HTTP client.
# Type aliases
OptionFunc definition for configuring the client in a functional way.