httpclient

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2016 License: GPL-3.0 Imports: 6 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPClient

type HTTPClient struct {
	*http.Transport
	DocRoot string
	// contains filtered or unexported fields
}

func New

func New(docRoot string) (self *HTTPClient)

func (*HTTPClient) Client

func (self *HTTPClient) Client() *http.Client

func (*HTTPClient) Get

func (self *HTTPClient) Get(uri, path string) ([]byte, error)

Get(uri, path) downloads the document at uri, if path is non-empty it is interpreted as a filepath to which the contents are saved

func (*HTTPClient) GetAuthContent

func (self *HTTPClient) GetAuthContent(uri string, hash common.Hash) ([]byte, error)

func (*HTTPClient) HasScheme

func (self *HTTPClient) HasScheme(scheme string) bool

func (*HTTPClient) RegisterScheme

func (self *HTTPClient) RegisterScheme(scheme string, rt http.RoundTripper)

Jump to

Keyboard shortcuts

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