httpserver

package
v0.12.4 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 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 Request

type Request struct {
	Method string
	Header http.Header
}

type Response

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

type Stat

type Stat struct {
	AllRequests, CachedRequests int
	Requests                    []Request
}

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