# Functions
Make uses the given generated factory function to create a new connect client.
NewConfig creates a new client configuration with the given HTTP client and options.
WithAddressMapper maps the address with the given function.
WithAuthInterceptorProvider configures a provider that, when invoked, returns an interceptor that can be added to a client for setting the auth token.
WithInterceptors adds the slice of interceptors to all clients returned from this provider.
# Type aliases
ConfigOption is an option for customizing a new Config.
StubFactory is the type of a generated factory function, for creating Connect client stubs.