httpclient

package
v0.0.0-...-f627d75 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2017 License: Apache-2.0, MIT Imports: 4 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HttpClient

type HttpClient interface {
	Do(req *http.Request, callback func(*http.Response, error))
}

func NewHttpClient

func NewHttpClient(skipSSLVerification bool, timeout time.Duration) HttpClient

type RealHttpClient

type RealHttpClient struct {
	// contains filtered or unexported fields
}

func (*RealHttpClient) Do

func (client *RealHttpClient) Do(req *http.Request, callback func(*http.Response, error))

Jump to

Keyboard shortcuts

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