httpx

package
v0.4.17 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultTimeout  = 3 * time.Second
	DefaultAttempts = 3
)

Variables

View Source
var (
	ErrorNoResults = errors.New("no results")
)

Functions

This section is empty.

Types

type Client

type Client interface {
	Fetch(ctx context.Context, path string) (io.ReadCloser, error)
	GetContentType(ctx context.Context, path string) (string, error)
}

func NewHTTPClient

func NewHTTPClient(options ...ClientOption) (Client, error)

type ClientOption

type ClientOption func(*httpClient) error

func WithAttempts

func WithAttempts(attempts uint) ClientOption

func WithTimeout

func WithTimeout(timeout time.Duration) ClientOption

Jump to

Keyboard shortcuts

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