Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewHTTPFetcher (0.11 sec)

  1. pkg/wasm/cache.go

    	wasmLog.Debugf("LocalFileCache is created with the option\n%#v", options)
    
    	cacheOptions := cacheOptions{Options: options}
    	cache := &LocalFileCache{
    		httpFetcher:  NewHTTPFetcher(options.HTTPRequestTimeout, options.HTTPRequestMaxRetries),
    		modules:      make(map[moduleKey]*cacheEntry),
    		checksums:    make(map[string]*checksumEntry),
    		dir:          dir,
    		cacheOptions: cacheOptions.sanitize(),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top