Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ErrUnexpectedTrailer (0.48 sec)

  1. src/net/http/request.go

    	// is not available.
    	ErrNotSupported = &ProtocolError{"feature not supported"}
    
    	// Deprecated: ErrUnexpectedTrailer is no longer returned by
    	// anything in the net/http package. Callers should not
    	// compare errors against this variable.
    	ErrUnexpectedTrailer = &ProtocolError{"trailer header without chunked transfer encoding"}
    
    	// ErrMissingBoundary is returned by Request.MultipartReader when the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ErrNotMultipart", Var, 0},
    		{"ErrNotSupported", Var, 0},
    		{"ErrSchemeMismatch", Var, 21},
    		{"ErrServerClosed", Var, 8},
    		{"ErrShortBody", Var, 0},
    		{"ErrSkipAltProtocol", Var, 6},
    		{"ErrUnexpectedTrailer", Var, 0},
    		{"ErrUseLastResponse", Var, 7},
    		{"ErrWriteAfterFlush", Var, 0},
    		{"Error", Func, 0},
    		{"FS", Func, 16},
    		{"File", Type, 0},
    		{"FileServer", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg net/http, type Transport struct, DialTLS //deprecated
    pkg net/http, var ErrHeaderTooLong //deprecated
    pkg net/http, var ErrMissingContentLength //deprecated
    pkg net/http, var ErrShortBody //deprecated
    pkg net/http, var ErrUnexpectedTrailer //deprecated
    pkg net/http, var ErrWriteAfterFlush //deprecated
    pkg net/http/httptest, type ResponseRecorder struct, HeaderMap //deprecated
    pkg net/http/httputil, func NewClientConn //deprecated
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg net/http, var ErrNoLocation error
    pkg net/http, var ErrNotMultipart *ProtocolError
    pkg net/http, var ErrNotSupported *ProtocolError
    pkg net/http, var ErrShortBody *ProtocolError
    pkg net/http, var ErrUnexpectedTrailer *ProtocolError
    pkg net/http, var ErrWriteAfterFlush error
    pkg net/http/cgi, func Request() (*http.Request, error)
    pkg net/http/cgi, func RequestFromMap(map[string]string) (*http.Request, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top