Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ErrHeaderTooLong (0.22 sec)

  1. src/net/http/request.go

    	ErrNotMultipart = &ProtocolError{"request Content-Type isn't multipart/form-data"}
    
    	// Deprecated: ErrHeaderTooLong is no longer returned by
    	// anything in the net/http package. Callers should not
    	// compare errors against this variable.
    	ErrHeaderTooLong = &ProtocolError{"header too long"}
    
    	// Deprecated: ErrShortBody is no longer returned by
    	// anything in the net/http package. Callers should not
    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

    		{"Dir", Type, 0},
    		{"ErrAbortHandler", Var, 8},
    		{"ErrBodyNotAllowed", Var, 0},
    		{"ErrBodyReadAfterClose", Var, 0},
    		{"ErrContentLength", Var, 0},
    		{"ErrHandlerTimeout", Var, 0},
    		{"ErrHeaderTooLong", Var, 0},
    		{"ErrHijacked", Var, 0},
    		{"ErrLineTooLong", Var, 0},
    		{"ErrMissingBoundary", Var, 0},
    		{"ErrMissingContentLength", Var, 0},
    		{"ErrMissingFile", Var, 0},
    		{"ErrNoCookie", Var, 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)
Back to top