Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpReader ¶
type HttpReader struct { URL string // contains filtered or unexported fields }
HttpReader is a reader which will read a http resource with a simple get request. Before first Read it will be passed over JsonRPC as a URL.
func (*HttpReader) Close ¶
func (h *HttpReader) Close() error
type ResumableReader ¶ added in v1.23.1
type ResumableReader struct {
// contains filtered or unexported fields
}
func NewResumableReader ¶ added in v1.23.1
func NewResumableReader(ctx context.Context, url string) (*ResumableReader, error)
func (*ResumableReader) ContentLength ¶ added in v1.23.1
func (r *ResumableReader) ContentLength() int64
Click to show internal directories.
Click to hide internal directories.