client

package
v1.7.2 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultClient = &http.Client{
	CheckRedirect: func(*http.Request, []*http.Request) error {
		return http.ErrUseLastResponse
	},
}

DefaultClient is the default http.Client.

Functions

This section is empty.

Types

type Client

type Client struct {
	Client     *http.Client
	Accept     string
	Encoding   string
	Endpoint   string
	Secret     string
	SkipVerify bool
}

Client wraps an http.Client and applies retry logic and http signature verification.

func New

func New(endpoint, secret string, skipverify bool) *Client

New returns a new http.Client with signature verification.

func (*Client) Do

func (s *Client) Do(ctx context.Context, in, out interface{}) error

Do makes an http.Request to the target endpoint using the context provided.

Jump to

Keyboard shortcuts

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