github.com/vansante/go-dl-stream

📥 Streaming resumable go downloader client


Keywords
download-manager, downloader, go, golang, resumable, streaming
License
MIT
Install
go get github.com/vansante/go-dl-stream

Documentation

Go streaming download

This is a 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.

Documentation

Take a look at the autogenerated documentation:

https://godoc.org/github.com/vansante/go-dl-stream

TODO

  • Look at Modified and ETag headers to determine whether we are dealing with the same file
  • ???