client

package
v0.18.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateOptimizedTransport

func CreateOptimizedTransport(insecureSkipVerify bool) *http.Transport

CreateOptimizedTransport creates an HTTP transport with optimized connection pool settings.

func CreateRetryClient

func CreateRetryClient(cfg RetryClientConfig) (*retry.Client, error)

CreateRetryClient creates an HTTP client with retry support and authentication. This is used for service-to-service communication with external APIs.

Types

type RetryClientConfig added in v0.17.0

type RetryClientConfig struct {
	AuthMode           string
	AuthSecret         string
	Timeout            time.Duration
	InsecureSkipVerify bool
	MaxRetries         int
	RetryDelay         time.Duration
	MaxRetryDelay      time.Duration
	AuthHeader         string
}

RetryClientConfig holds configuration for creating a retry-enabled HTTP client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL