Documentation ¶
Index ¶
Constants ¶
View Source
const ( TimeoutWaitingPortFreeing = 250 * time.Microsecond TimeoutWaitingStop = 5 * time.Second BadHandlerName = "no handler" )
Variables ¶
This section is empty.
Functions ¶
func NewBadHandler ¶
Types ¶
type BadHandler ¶
type BadHandler struct{}
func (BadHandler) ServeHTTP ¶
func (o BadHandler) ServeHTTP(writer http.ResponseWriter, request *http.Request)
type FuncHandler ¶
Click to show internal directories.
Click to hide internal directories.