Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Exports = map[string]interface{}{ "_name": "net/http", "request": http.NewRequest, "response": newResponse, "header": newHeader, "client": newClient, "server": newServer, "readRequest": http.ReadRequest, "readResponse": http.ReadResponse, "parseHTTPVersion": http.ParseHTTPVersion, "parseTime": http.ParseTime, "get": http.Get, "post": http.Post, "postForm": http.PostForm, "head": http.Head, "handle": http.Handle, "handleFunc": handleFunc, "serveMux": newServeMux, "serve": http.Serve, "listenAndServe": http.ListenAndServe, "listenAndServeTLS": http.ListenAndServeTLS, "error": http.Error, "notFound": http.NotFound, "notFoundHandler": http.NotFoundHandler, "redirect": http.Redirect, "redirectHandler": http.RedirectHandler, "fileServer": http.FileServer, "fileTransport": http.NewFileTransport, "serveContent": http.ServeContent, "serveFile": http.ServeFile, "setCookie": http.SetCookie, "cookie": newCookie, "stripPrefix": http.StripPrefix, "timeoutHandler": http.TimeoutHandler, "statusText": http.StatusText, "canonicalHeaderKey": http.CanonicalHeaderKey, "detectContentType": http.DetectContentType, "maxBytesReader": http.MaxBytesReader, "proxyFromEnvironment": http.ProxyFromEnvironment, "proxyURL": http.ProxyURL, "DefaultTransport": http.DefaultTransport, "DefaultClient": http.DefaultClient, "DefaultServeMux": http.DefaultServeMux, }
Exports is the export table of this module.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.