https://github.com/vansante/go-dl-stream
📥 Streaming resumable go downloader client
https://github.com/vansante/go-dl-stream
download-manager downloader go golang resumable streaming
Last synced: 6 months ago
JSON representation
📥 Streaming resumable go downloader client
- Host: GitHub
- URL: https://github.com/vansante/go-dl-stream
- Owner: vansante
- License: mit
- Created: 2018-12-18T16:16:08.000Z (almost 7 years ago)
- Default Branch: v2
- Last Pushed: 2022-10-26T15:18:56.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T15:01:43.666Z (6 months ago)
- Topics: download-manager, downloader, go, golang, resumable, streaming
- Language: Go
- Homepage:
- Size: 52.7 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go streaming downloader
This is an HTTP download library that writes a file its downloading to a file while also
presenting an `io.Writer` so the download can be processed while being downloaded.
Downloads are automatically resumed when necessary.## Installation
```
go get gopkg.in/vansante/go-dl-stream.v2
```## Documentation
Take a look at the autogenerated documentation:
https://pkg.go.dev/gopkg.in/vansante/go-dl-stream.v2