Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecureClient ¶
type SecureClient struct {
// contains filtered or unexported fields
}
SecureClient provides a secure HTTP client with proper timeouts
func DefaultClient ¶
func DefaultClient() *SecureClient
DefaultClient returns a default secure HTTP client with 30 second timeout
func NewSecureClient ¶
func NewSecureClient(timeout time.Duration) *SecureClient
NewSecureClient creates a new secure HTTP client
func (*SecureClient) Close ¶
func (c *SecureClient) Close() error
Close closes the client and cleans up resources
Click to show internal directories.
Click to hide internal directories.