Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpClient ¶
func NewHttpClient ¶
func NewHttpClient(ctx context.Context, httpClientCfg HttpClientConfig, logger log.Logger) (*HttpClient, error)
func NewHttpClientWithMiddleware ¶ added in v0.0.24
func NewHttpClientWithMiddleware(ctx context.Context, httpClientCfg HttpClientConfig, logger log.Logger, customMiddlewares ...middleware.Middleware) (*HttpClient, error)
type HttpClientConfig ¶
Click to show internal directories.
Click to hide internal directories.