site

package
v0.0.0-...-a59df93 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2015 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Site

type Site interface {
	String() string
	URLFor(path string) string
	Get(path string) (*http.Response, error)
	GetBody(path string) ([]byte, error)
	Head(path string) (*http.Response, error)
	Do(*http.Request) (*http.Response, error)
}

func NewSite

func NewSite(rawurl string) (Site, error)

Jump to

Keyboard shortcuts

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