Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mkGetReq (0.04 sec)

  1. cmd/object-handlers_test.go

    	// requests with V2 and V4 signing.
    	type testSignedReqFn func(method, urlStr string, contentLength int64,
    		body io.ReadSeeker, accessKey, secretKey string, metamap map[string]string) (*http.Request,
    		error)
    
    	mkGetReq := func(oi ObjectInput, byteRange string, i int, mkSignedReq testSignedReqFn) {
    		object := oi.objectName
    		rec := httptest.NewRecorder()
    		req, err := mkSignedReq(http.MethodGet, getGetObjectURL("", bucketName, object),
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 12 20:10:44 UTC 2024
    - 163.2K bytes
    - Viewed (0)
Back to top