An open API service indexing awesome lists of open source software.

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

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