Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 407 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 407 Bytes

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.