vim/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/http.json

1 line
11 KiB
JSON

[0, [{"class": "const", "name": "DefaultMaxHeaderBytes", "type": ""}, {"class": "const", "name": "DefaultMaxIdleConnsPerHost", "type": ""}, {"class": "const", "name": "MethodConnect", "type": ""}, {"class": "const", "name": "MethodDelete", "type": ""}, {"class": "const", "name": "MethodGet", "type": ""}, {"class": "const", "name": "MethodHead", "type": ""}, {"class": "const", "name": "MethodOptions", "type": ""}, {"class": "const", "name": "MethodPatch", "type": ""}, {"class": "const", "name": "MethodPost", "type": ""}, {"class": "const", "name": "MethodPut", "type": ""}, {"class": "const", "name": "MethodTrace", "type": ""}, {"class": "const", "name": "StateActive", "type": ""}, {"class": "const", "name": "StateClosed", "type": ""}, {"class": "const", "name": "StateHijacked", "type": ""}, {"class": "const", "name": "StateIdle", "type": ""}, {"class": "const", "name": "StateNew", "type": ""}, {"class": "const", "name": "StatusAccepted", "type": ""}, {"class": "const", "name": "StatusAlreadyReported", "type": ""}, {"class": "const", "name": "StatusBadGateway", "type": ""}, {"class": "const", "name": "StatusBadRequest", "type": ""}, {"class": "const", "name": "StatusConflict", "type": ""}, {"class": "const", "name": "StatusContinue", "type": ""}, {"class": "const", "name": "StatusCreated", "type": ""}, {"class": "const", "name": "StatusExpectationFailed", "type": ""}, {"class": "const", "name": "StatusFailedDependency", "type": ""}, {"class": "const", "name": "StatusForbidden", "type": ""}, {"class": "const", "name": "StatusFound", "type": ""}, {"class": "const", "name": "StatusGatewayTimeout", "type": ""}, {"class": "const", "name": "StatusGone", "type": ""}, {"class": "const", "name": "StatusHTTPVersionNotSupported", "type": ""}, {"class": "const", "name": "StatusIMUsed", "type": ""}, {"class": "const", "name": "StatusInsufficientStorage", "type": ""}, {"class": "const", "name": "StatusInternalServerError", "type": ""}, {"class": "const", "name": "StatusLengthRequired", "type": ""}, {"class": "const", "name": "StatusLocked", "type": ""}, {"class": "const", "name": "StatusLoopDetected", "type": ""}, {"class": "const", "name": "StatusMethodNotAllowed", "type": ""}, {"class": "const", "name": "StatusMovedPermanently", "type": ""}, {"class": "const", "name": "StatusMultiStatus", "type": ""}, {"class": "const", "name": "StatusMultipleChoices", "type": ""}, {"class": "const", "name": "StatusNetworkAuthenticationRequired", "type": ""}, {"class": "const", "name": "StatusNoContent", "type": ""}, {"class": "const", "name": "StatusNonAuthoritativeInfo", "type": ""}, {"class": "const", "name": "StatusNotAcceptable", "type": ""}, {"class": "const", "name": "StatusNotExtended", "type": ""}, {"class": "const", "name": "StatusNotFound", "type": ""}, {"class": "const", "name": "StatusNotImplemented", "type": ""}, {"class": "const", "name": "StatusNotModified", "type": ""}, {"class": "const", "name": "StatusOK", "type": ""}, {"class": "const", "name": "StatusPartialContent", "type": ""}, {"class": "const", "name": "StatusPaymentRequired", "type": ""}, {"class": "const", "name": "StatusPermanentRedirect", "type": ""}, {"class": "const", "name": "StatusPreconditionFailed", "type": ""}, {"class": "const", "name": "StatusPreconditionRequired", "type": ""}, {"class": "const", "name": "StatusProcessing", "type": ""}, {"class": "const", "name": "StatusProxyAuthRequired", "type": ""}, {"class": "const", "name": "StatusRequestEntityTooLarge", "type": ""}, {"class": "const", "name": "StatusRequestHeaderFieldsTooLarge", "type": ""}, {"class": "const", "name": "StatusRequestTimeout", "type": ""}, {"class": "const", "name": "StatusRequestURITooLong", "type": ""}, {"class": "const", "name": "StatusRequestedRangeNotSatisfiable", "type": ""}, {"class": "const", "name": "StatusResetContent", "type": ""}, {"class": "const", "name": "StatusSeeOther", "type": ""}, {"class": "const", "name": "StatusServiceUnavailable", "type": ""}, {"class": "const", "name": "StatusSwitchingProtocols", "type": ""}, {"class": "const", "name": "StatusTeapot", "type": ""}, {"class": "const", "name": "StatusTemporaryRedirect", "type": ""}, {"class": "const", "name": "StatusTooManyRequests", "type": ""}, {"class": "const", "name": "StatusUnauthorized", "type": ""}, {"class": "const", "name": "StatusUnavailableForLegalReasons", "type": ""}, {"class": "const", "name": "StatusUnprocessableEntity", "type": ""}, {"class": "const", "name": "StatusUnsupportedMediaType", "type": ""}, {"class": "const", "name": "StatusUpgradeRequired", "type": ""}, {"class": "const", "name": "StatusUseProxy", "type": ""}, {"class": "const", "name": "StatusVariantAlsoNegotiates", "type": ""}, {"class": "const", "name": "TimeFormat", "type": ""}, {"class": "const", "name": "TrailerPrefix", "type": ""}, {"class": "func", "name": "CanonicalHeaderKey", "type": "func(s string) string"}, {"class": "func", "name": "DetectContentType", "type": "func(data []byte) string"}, {"class": "func", "name": "Error", "type": "func(w http.ResponseWriter, error string, code int)"}, {"class": "func", "name": "FileServer", "type": "func(root http.FileSystem) http.Handler"}, {"class": "func", "name": "Get", "type": "func(url string) (resp *http.Response, err error)"}, {"class": "func", "name": "Handle", "type": "func(pattern string, handler http.Handler)"}, {"class": "func", "name": "HandleFunc", "type": "func(pattern string, handler func(http.ResponseWriter, *http.Request))"}, {"class": "func", "name": "Head", "type": "func(url string) (resp *http.Response, err error)"}, {"class": "func", "name": "ListenAndServe", "type": "func(addr string, handler http.Handler) error"}, {"class": "func", "name": "ListenAndServeTLS", "type": "func(addr string, certFile string, keyFile string, handler http.Handler) error"}, {"class": "func", "name": "MaxBytesReader", "type": "func(w http.ResponseWriter, r io.ReadCloser, n int64) io.ReadCloser"}, {"class": "func", "name": "NewFileTransport", "type": "func(fs http.FileSystem) http.RoundTripper"}, {"class": "func", "name": "NewRequest", "type": "func(method string, urlStr string, body io.Reader) (*http.Request, error)"}, {"class": "func", "name": "NewServeMux", "type": "func() *http.ServeMux"}, {"class": "func", "name": "NotFound", "type": "func(w http.ResponseWriter, r *http.Request)"}, {"class": "func", "name": "NotFoundHandler", "type": "func() http.Handler"}, {"class": "func", "name": "ParseHTTPVersion", "type": "func(vers string) (major int, minor int, ok bool)"}, {"class": "func", "name": "ParseTime", "type": "func(text string) (t time.Time, err error)"}, {"class": "func", "name": "Post", "type": "func(url string, contentType string, body io.Reader) (resp *http.Response, err error)"}, {"class": "func", "name": "PostForm", "type": "func(url string, data url.Values) (resp *http.Response, err error)"}, {"class": "func", "name": "ProxyFromEnvironment", "type": "func(req *http.Request) (*url.URL, error)"}, {"class": "func", "name": "ProxyURL", "type": "func(fixedURL *url.URL) (func(*http.Request) (*url.URL, error))"}, {"class": "func", "name": "ReadRequest", "type": "func(b *bufio.Reader) (*http.Request, error)"}, {"class": "func", "name": "ReadResponse", "type": "func(r *bufio.Reader, req *http.Request) (*http.Response, error)"}, {"class": "func", "name": "Redirect", "type": "func(w http.ResponseWriter, r *http.Request, urlStr string, code int)"}, {"class": "func", "name": "RedirectHandler", "type": "func(url string, code int) http.Handler"}, {"class": "func", "name": "Serve", "type": "func(l net.Listener, handler http.Handler) error"}, {"class": "func", "name": "ServeContent", "type": "func(w http.ResponseWriter, req *http.Request, name string, modtime time.Time, content io.ReadSeeker)"}, {"class": "func", "name": "ServeFile", "type": "func(w http.ResponseWriter, r *http.Request, name string)"}, {"class": "func", "name": "SetCookie", "type": "func(w http.ResponseWriter, cookie *http.Cookie)"}, {"class": "func", "name": "StatusText", "type": "func(code int) string"}, {"class": "func", "name": "StripPrefix", "type": "func(prefix string, h http.Handler) http.Handler"}, {"class": "func", "name": "TimeoutHandler", "type": "func(h http.Handler, dt time.Duration, msg string) http.Handler"}, {"class": "type", "name": "Client", "type": "struct"}, {"class": "type", "name": "CloseNotifier", "type": "interface"}, {"class": "type", "name": "ConnState", "type": "int"}, {"class": "type", "name": "Cookie", "type": "struct"}, {"class": "type", "name": "CookieJar", "type": "interface"}, {"class": "type", "name": "Dir", "type": "string"}, {"class": "type", "name": "File", "type": "interface"}, {"class": "type", "name": "FileSystem", "type": "interface"}, {"class": "type", "name": "Flusher", "type": "interface"}, {"class": "type", "name": "Handler", "type": "interface"}, {"class": "type", "name": "HandlerFunc", "type": "func(http.ResponseWriter, *http.Request)"}, {"class": "type", "name": "Header", "type": "map[string][]string"}, {"class": "type", "name": "Hijacker", "type": "interface"}, {"class": "type", "name": "ProtocolError", "type": "struct"}, {"class": "type", "name": "PushOptions", "type": "struct"}, {"class": "type", "name": "Pusher", "type": "interface"}, {"class": "type", "name": "Request", "type": "struct"}, {"class": "type", "name": "Response", "type": "struct"}, {"class": "type", "name": "ResponseWriter", "type": "interface"}, {"class": "type", "name": "RoundTripper", "type": "interface"}, {"class": "type", "name": "ServeMux", "type": "struct"}, {"class": "type", "name": "Server", "type": "struct"}, {"class": "type", "name": "Transport", "type": "struct"}, {"class": "var", "name": "DefaultClient", "type": "*http.Client"}, {"class": "var", "name": "DefaultServeMux", "type": "*http.ServeMux"}, {"class": "var", "name": "DefaultTransport", "type": "http.RoundTripper"}, {"class": "var", "name": "ErrBodyNotAllowed", "type": "error"}, {"class": "var", "name": "ErrBodyReadAfterClose", "type": "error"}, {"class": "var", "name": "ErrContentLength", "type": "error"}, {"class": "var", "name": "ErrHandlerTimeout", "type": "error"}, {"class": "var", "name": "ErrHeaderTooLong", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrHijacked", "type": "error"}, {"class": "var", "name": "ErrLineTooLong", "type": "error"}, {"class": "var", "name": "ErrMissingBoundary", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrMissingContentLength", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrMissingFile", "type": "error"}, {"class": "var", "name": "ErrNoCookie", "type": "error"}, {"class": "var", "name": "ErrNoLocation", "type": "error"}, {"class": "var", "name": "ErrNotMultipart", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrNotSupported", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrServerClosed", "type": "error"}, {"class": "var", "name": "ErrShortBody", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrSkipAltProtocol", "type": "error"}, {"class": "var", "name": "ErrUnexpectedTrailer", "type": "*http.ProtocolError"}, {"class": "var", "name": "ErrUseLastResponse", "type": "error"}, {"class": "var", "name": "ErrWriteAfterFlush", "type": "error"}, {"class": "var", "name": "LocalAddrContextKey", "type": "*http.contextKey"}, {"class": "var", "name": "NoBody", "type": "http.noBody"}, {"class": "var", "name": "ServerContextKey", "type": "*http.contextKey"}]]