handlers

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2018 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DownloadHandler added in v1.2.0

type DownloadHandler struct{}

func (*DownloadHandler) ServeHTTP added in v1.2.0

func (h *DownloadHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)

type InfoHandler

type InfoHandler struct {
	Port int
}

func (*InfoHandler) ServeHTTP

func (h *InfoHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)

type PingHandler added in v0.20.0

type PingHandler struct {
}

func (*PingHandler) ServeHTTP added in v0.20.0

func (h *PingHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)

type ProxyHandler

type ProxyHandler struct {
	Stats *Stats
}

func (*ProxyHandler) ServeHTTP

func (h *ProxyHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)

type Stats

type Stats struct {
	// Locker  sync.Locker
	Latency []float64 `json:"latency"`
	sync.RWMutex
}

func (*Stats) Add

func (s *Stats) Add(latency float64)

func (*Stats) Clear

func (s *Stats) Clear()

func (*Stats) GetLatency

func (s *Stats) GetLatency() []float64

type StatsHandler

type StatsHandler struct {
	Stats *Stats
}

func (*StatsHandler) ServeHTTP

func (h *StatsHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)

type UploadHandler added in v1.2.0

type UploadHandler struct{}

func (*UploadHandler) ServeHTTP added in v1.2.0

func (h *UploadHandler) ServeHTTP(resp http.ResponseWriter, req *http.Request)

Jump to

Keyboard shortcuts

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