Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for contra (0.16 sec)

  1. cmd/server_test.go

    }
    
    func (s *TestSuiteCommon) TestCors(c *check) {
    	expectedMap := http.Header{}
    	expectedMap.Set("Access-Control-Allow-Credentials", "true")
    	expectedMap.Set("Access-Control-Allow-Origin", "http://foobar.com")
    	expectedMap["Access-Control-Expose-Headers"] = []string{
    		"Date",
    		"Etag",
    		"Server",
    		"Connection",
    		"Accept-Ranges",
    		"Content-Range",
    		"Content-Encoding",
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 108K bytes
    - Viewed (0)
  2. cmd/object-handlers.go

    var supportedHeadGetReqParams = map[string]string{
    	"response-expires":             xhttp.Expires,
    	"response-content-type":        xhttp.ContentType,
    	"response-cache-control":       xhttp.CacheControl,
    	"response-content-encoding":    xhttp.ContentEncoding,
    	"response-content-language":    xhttp.ContentLanguage,
    	"response-content-disposition": xhttp.ContentDisposition,
    }
    
    const (
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu May 02 20:15:54 GMT 2024
    - 125.2K bytes
    - Viewed (0)
  3. internal/s3select/csv/testdata/testdata.zip

    1020901 E MN09 Morningside Heights 3802 41 220 1 Manhattan 022000 1022000 E MN11 Central Harlem South 3803 3389527 2 2014-03-13 17:32:49 2014-03-13 17:39:48 N 1 -73.952896118164062 40.810546875 -73.954177856445313 40.800579071044922 1 0.73 5.5 1 0.5 0 0 7 2 1 166 41 green 0.00 0.0 0.0 32 18 14.09 1312 209.01 1 Manhattan 020901 1020901 E MN09 Morningside Heights 3802 1836 216 1 Manhattan 021600 1021600 E MN11 Central Harlem South 3803 3389528 2 2014-03-17 12:05:03 2014-03-17 12:09:49 N 1 -73.953781127929688...
    ZIP Archive
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 111.6K bytes
    - Viewed (0)
  4. cmd/admin-handlers.go

    	objectAPI := newObjectLayerFn()
    	if objectAPI == nil {
    		return nil
    	}
    
    	// Add a ten seconds timeout because getting profiling data
    	// is critical for debugging, in contrary to getting cluster info
    	ctx, cancel := context.WithTimeout(ctx, 10*time.Second)
    	defer cancel()
    
    	resultCh := make(chan madmin.ClusterRegistrationInfo)
    
    	go func() {
    		defer xioutil.SafeClose(resultCh)
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Apr 29 17:39:04 GMT 2024
    - 97.8K bytes
    - Viewed (2)
Back to top