package
0.0.0-20230130100827-6c64ebff31b2
Repository: https://github.com/packtpublishing/go-cookbook.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

BasicAuth is another of our 'middleware' decorators.
Decorate is a helper to wrap all the middleware.
Exec creates a client, calls google.com then prints the response.
Logger is one of our 'middleware' decorators.
Setup initializes our ClientInterface.

# Type aliases

Decorator is a convenience function to represent our middleware inner function.
TransportFunc implements the RountTripper interface.