func ExampleHijacker() { … }
func ExampleGet() { … }
func ExampleFileServer() { … }
func ExampleFileServer_stripPrefix() { … }
func ExampleStripPrefix() { … }
type apiHandler …
func (apiHandler) ServeHTTP(http.ResponseWriter, *http.Request) { … }
func ExampleServeMux_Handle() { … }
func ExampleResponseWriter_trailers() { … }
func ExampleServer_Shutdown() { … }
func ExampleListenAndServeTLS() { … }
func ExampleListenAndServe() { … }
func ExampleHandleFunc() { … }
func newPeopleHandler() http.Handler { … }
func ExampleNotFoundHandler() { … }