defaults

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HTTPClient

func HTTPClient() *http.Client

HTTPClient returns a new http.Client with similar default values to http.Client, but with a non-shared Transport, idle connections disabled, and keepalives disabled.

func HTTPClientWithRetries

func HTTPClientWithRetries() *http.Client

HTTPClientWithRetries returns a new http.Client with similar default values to http.Client, but with a non-shared Transport, idle connections disabled, and keepalives disabled and retries.

func HTTPPooledClient

func HTTPPooledClient() *http.Client

HTTPPooledClient returns a new http.Client with similar default values to http.Client, but with a shared Transport. Do not use this function for transient clients as it can leak file descriptors over time. Only use this for clients that will be re-used for the same host(s).

func HTTPPooledTransport

func HTTPPooledTransport() *http.Transport

HTTPPooledTransport returns a new http.Transport with similar default values to http.DefaultTransport.

func HTTPTransport

func HTTPTransport() *http.Transport

HTTPTransport returns a new http.Transport with similar default values to http.DefaultTransport, but with idle connections and keepalives disabled.

Types

This section is empty.

Jump to

Keyboard shortcuts

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