Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sug0/go-httpchunker
- Owner: sug0
- Created: 2019-10-12T00:07:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-08T17:20:57.000Z (almost 3 years ago)
- Last Synced: 2024-11-02T09:04:40.497Z (2 months ago)
- Topics: chunked, downloader, fast, go, http
- Language: Go
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).