effective_go

package
v0.0.0-...-096aedc Latest Latest
Warning

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

Go to latest
Published: May 3, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ArgServerHTTP

func ArgServerHTTP()

func ArgServerHTTPByHandleFunc

func ArgServerHTTPByHandleFunc(w http.ResponseWriter, r *http.Request)

func TestServeHttpAgain

func TestServeHttpAgain(t *testing.T)

Types

type ChanHTTP

type ChanHTTP chan *http.Request

func (ChanHTTP) ServeHTTPByChannel

func (ch ChanHTTP) ServeHTTPByChannel(w http.ResponseWriter, r *http.Request)

type CounterHTTP

type CounterHTTP struct {
	// contains filtered or unexported fields
}

func (*CounterHTTP) ServeHTTP

func (ctr *CounterHTTP) ServeHTTP(w http.ResponseWriter, r *http.Request)

type HandlerFuncHTTP

type HandlerFuncHTTP func(w http.ResponseWriter, r *http.Request)

func (HandlerFuncHTTP) ServeHTTPByHandleFunc

func (f HandlerFuncHTTP) ServeHTTPByHandleFunc(w http.ResponseWriter, req *http.Request)

type IntCounterHTTP

type IntCounterHTTP int

func (*IntCounterHTTP) ServeHTTPByPointer

func (ctr *IntCounterHTTP) ServeHTTPByPointer(w http.ResponseWriter, r *http.Request)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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