🧱 Chunk is a download manager for slow and unstable servers
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Updates URL used in the example

authored by

Eduardo Cuducos and committed by
GitHub
a27be85e 347ff2b4

+1 -1
+1 -1
README.md
··· 68 68 The prototype is a CLI that wraps a GET HTTP request in a 45s timeout independent of the HTTP client's timeout. It also includes 3 retries by default. 69 69 70 70 ```console 71 - $ go run main.go <URL> # e.g. go run main.go https://github.com/cuducos/chunk 71 + $ go run main.go <URL> # e.g. go run main.go https://github.com/cuducos/chunk/archive/refs/heads/main.zip 72 72 ``` 73 73 74 74 The API should work like this: