httpserver

package
v0.0.0-...-5b499d5 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2018 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Response

type Response struct {
	Content      []byte
	Etag         string
	LastModified *time.Time
}

type Stat

type Stat struct {
	AllRequests, CachedRequests int
}

type TestServer

type TestServer struct {
	*httptest.Server
	// contains filtered or unexported fields
}

func NewTestServer

func NewTestServer(routes map[string]Response) *TestServer

func (*TestServer) ServeHTTP

func (s *TestServer) ServeHTTP(w http.ResponseWriter, r *http.Request)

func (*TestServer) SetRoute

func (s *TestServer) SetRoute(name string, resp Response)

func (*TestServer) Stats

func (s *TestServer) Stats(name string) (st Stat)

Jump to

Keyboard shortcuts

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