Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( IP = tb.NewToolFunc("ip", "show ip address", func(w http.ResponseWriter, r *http.Request) { plainText(w) w.Write([]byte(tidyAddress(r.RemoteAddr) + "\n")) }) Headers = tb.NewToolFunc("headers", "write request headers", func(w http.ResponseWriter, r *http.Request) { plainText(w) r.Header.Write(w) }) )
Functions ¶
Types ¶
type Figlet ¶
type Figlet struct {
// contains filtered or unexported fields
}
type NotFound ¶
type NotFound struct {
// contains filtered or unexported fields
}
type Tools ¶
type Tools struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.