Documentation ¶
Index ¶
Constants ¶
View Source
const (
StatusOK = 200
)
Variables ¶
This section is empty.
Functions ¶
func HandleFunc ¶
func HandleFunc(pattern string, handler func(ResponseWriter, *Request))
func ListenAndServe ¶
Types ¶
type Handler ¶
type Handler interface {
ServeHTTP(ResponseWriter, *Request)
}
Click to show internal directories.
Click to hide internal directories.