Versions in this module Expand all Collapse all v2 v2.0.1 Jul 1, 2020 Changes in this version + const NoSkip + var ErrNotFound = errors.New("file not found") + var SupportedResponseStatuses = []int + type Client interface + Do func(req *Request) (*Response, error) + type File struct + func Open(c Client, readAhead int64) (*File, http.Header, error) + func (f *File) Close() error + func (f *File) Read(buf []byte) (int, error) + func (f *File) Seek(offset int64, whence int) (int64, error) + func (f *File) Size() int64 + type Request struct + Header http.Header + Method string + type Response struct + Body io.ReadCloser + ContentLength int64 + Header http.Header + StatusCode int