vansante / go-dl-stream

📥 Streaming resumable go downloader client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

📥 Streaming resumable go downloader client

License:MIT License


Languages

Language:Go 100.0%