httpclientcache

package
v0.0.0-...-63b02d4 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package httpclientcache serve http client from cache.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Client

func Client(o Options) (*http.Client, error)

Client returns client from client cache db

func PurgeClients

func PurgeClients()

PurgeClients remove client cache db.

PurgeClients must be called when certificates are changed

Types

type Options

type Options struct {
	CertFile string
	KeyFile  string
	Timeout  time.Duration

	InsecureSkipVerify bool

	RootCA string
}

Options struct describes client properties

func (Options) String

func (o Options) String() string

Jump to

Keyboard shortcuts

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