Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for Cookie2 (0.12 sec)

  1. src/net/http/transport.go

    // Transports are safe for concurrent use by multiple goroutines.
    //
    // A Transport is a low-level primitive for making HTTP and HTTPS requests.
    // For high-level functionality, such as cookies and redirects, see [Client].
    //
    // Transport uses HTTP/1.1 for HTTP URLs and either HTTP/1.1 or HTTP/2
    // for HTTPS URLs, depending on whether the server supports HTTP/2,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  2. pkg/config/validation/validation.go

    		}
    	}
    
    	for _, location := range rule.FromCookies {
    		if len(location) == 0 {
    			errs = multierror.Append(errs, errors.New("cookie name must be non-empty string"))
    		}
    	}
    
    	for _, claimAndHeaders := range rule.OutputClaimToHeaders {
    		if claimAndHeaders == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
Back to top