httptools

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefaultHttpRequestProvider

func DefaultHttpRequestProvider(method, url string, body io.Reader) (*http.Request, error)

func RequestLogger

func RequestLogger(label string, h http.Handler) http.Handler

Types

type HttpClient

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

func DefaultHttpClientProvider

func DefaultHttpClientProvider() HttpClient

type HttpClientProvider

type HttpClientProvider func() HttpClient

type HttpRequestProvider

type HttpRequestProvider func(method, url string, body io.Reader) (*http.Request, error)

Jump to

Keyboard shortcuts

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