Documentation
¶
Overview ¶
Package transfer provides byte progress and concurrency for network transfers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
Reader io.Reader
Name string
Total int64
Offset int64
Progress tui.Progress
// contains filtered or unexported fields
}
Reader reports bytes read at a bounded interval.
type Transport ¶
type Transport struct {
Base http.RoundTripper
Name string
Progress tui.Progress
// contains filtered or unexported fields
}
Transport aggregates successful HTTP response bodies into one download item.
Click to show internal directories.
Click to hide internal directories.