client

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2019 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

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(in, out interface{}) error

Do makes an http.Request to the target endpoint.

Jump to

Keyboard shortcuts

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