Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestChecksumAddToHeader (0.07 sec)

  1. internal/hash/checksum_test.go

    package hash
    
    import (
    	"net/http/httptest"
    	"testing"
    
    	xhttp "github.com/minio/minio/internal/http"
    )
    
    // TestChecksumAddToHeader tests that adding and retrieving a checksum on a header works
    func TestChecksumAddToHeader(t *testing.T) {
    	tests := []struct {
    		name     string
    		checksum ChecksumType
    		fullobj  bool
    		wantErr  bool
    	}{
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 22 14:15:21 UTC 2025
    - 7.1K bytes
    - Viewed (0)
Back to top