Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { http.Client // Retries is the number of times the client will attempt to resend failed // HTTP requests before giving up. Retries int // contains filtered or unexported fields }
Client is a specialized HTTP client, configured with mutual TLS certificate authentication.
func NewHTTPClient ¶
NewHTTPClient creates a client with the given TLS configuration and user-agent string.
Click to show internal directories.
Click to hide internal directories.