package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# 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.