Documentation
¶
Index ¶
- type AuthInfo
- type ServeMux
- func (mux *ServeMux) Handle(pattern string, handler http.Handler)
- func (mux *ServeMux) HandleFunc(pattern string, handler func(http.ResponseWriter, *http.Request))
- func (mux *ServeMux) Handler(r *http.Request) (http.Handler, string)
- func (mux *ServeMux) ServeHTTP(w http.ResponseWriter, r *http.Request)
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServeMux ¶
type ServeMux struct {
// contains filtered or unexported fields
}
ServeMux routes HTTP requests using Go's net/http pattern semantics. And {@name}.
func (*ServeMux) HandleFunc ¶
HandleFunc registers the handler function for the given pattern.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.