# Packages
No description provided by the author
# Interfaces
No description provided by the author
HTTPClientBuilder is a builder interface to build http.Client with interceptors.
No description provided by the author
# Type aliases
HTTPClientInterceptor is a user defined function that can alter a request before it's sent and/or alter a response before it's returned to the caller.
HTTPHandler is just an alias to http.RoundTriper.RoundTrip function.
NewHTTPClientBuilder REST HTTP builder
Useful when you want to create several *http.Client with different options.