Registry / http-client / ysmood-fetchup

ysmood-fetchup

JSON →
library0.5.3gogounverified

A Go library for fetching and caching HTTP resources.

go get github.com/ysmood/fetchup
INSTALL
IMPORT
SIG · YSMOOD-FETCHUP
Y
ysmood-fetchup
http-clientgov0.5.3
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.

fetchup
github.com/ysmood/fetchup

Fetch a URL and print the HTTP status code.

package main import ( "fmt" "github.com/ysmood/fetchup" ) func main() { resp, err := fetchup.Get("https://example.com") if err != nil { panic(err) } fmt.Println(resp.StatusCode) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Resources
ysmood-fetchup — go get ysmood-fetchup · libregistry