Registry / http-client / zquestz-grab

zquestz-grab

JSON →
library2.0.0+incompatiblegogounverified

A Go package for downloading files from URLs with support for resuming interrupted downloads and progress monitoring.

go get github.com/zquestz/grab
INSTALL
IMPORT
SIG · ZQUESTZ-GRAB
Z
zquestz-grab
http-clientgov2.0.0+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

grab
github.com/zquestz/grab

Minimal example downloading a file using the simple Get function.

package main import ( "fmt" "github.com/zquestz/grab" ) func main() { resp, err := grab.Get(".", "https://example.com/file.zip") if err != nil { fmt.Println(err) return } fmt.Println("Downloaded to:", resp.Filename) }
Debug
Known issues
gotchaVersion 2.0.0+incompatible uses a pre-Go-modules import path; newer versions may have breaking changes.
fix
Use the latest stable version (e.g., v3.x) if available, or pin to v2 with +incompatible.
affects: 2.0.0+incompatible
Upgrade
Version history
2.0.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
30
OpenAI (training)
1
Resources
zquestz-grab — go get zquestz-grab · libregistry