Versions in this module Expand all Collapse all v0 v0.1.0 Apr 9, 2023 Changes in this version + type CacheHandler interface + Get func(p []byte, off int64, fetcher io.ReaderAt) (int, error) + type Option interface + func WithCacheHandler(c CacheHandler) Option + func WithRoundTripper(r http.RoundTripper) Option + type RangeReader struct + func New(url string, opts ...Option) *RangeReader + func (rr *RangeReader) ReadAt(p []byte, off int64) (n int, err error) + func (rr *RangeReader) Size() (n int64, err error)