Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sug0/go-httpchunker

HTTP client used to speed up chunked downloads
https://github.com/sug0/go-httpchunker

chunked downloader fast go http

Last synced: 14 days ago
JSON representation

HTTP client used to speed up chunked downloads

Awesome Lists containing this project

README

        

# go-httpchunker

This is a Go package that can be used to speed up certain
classes of HTTP downloads that allow you to specify a chunk
of the content to be downloaded, or that provide content as
numerous small files that can be concatenated into a
larger one (effectively identical to the first scenario).

## Documentation

Find documentation at [godoc](https://godoc.org/github.com/sug0/go-httpchunker).