Registry / http-client / go-zoox-fetch

go-zoox-fetch

JSON →
library1.9.0gogounverified

Simple and elegant HTTP client for Go inspired by JavaScript's fetch API.

go get github.com/go-zoox/fetch
INSTALL
IMPORT
SIG · GO-ZOOX-FETCH
G
go-zoox-fetch
http-clientgov1.9.0
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.

fetch
github.com/go-zoox/fetch

Make a GET request using the fetch-style API

package main import ( "fmt" "github.com/go-zoox/fetch" ) func main() { resp, _ := fetch.Get("https://api.example.com/data") fmt.Println(resp.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.9.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
1
Resources
go-zoox-fetch — go get go-zoox-fetch · libregistry