Registry / http-client / mozillazg-request

mozillazg-request

JSON →
library0.8.0gogounverified

Package request is a developer-friendly HTTP request library for Go, simplifying GET, POST, file uploads, and more.

go get github.com/mozillazg/request
INSTALL
IMPORT
SIG · MOZILLAZG-REQUEST
M
mozillazg-request
http-clientgov0.8.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.

request
github.com/mozillazg/request

Performs a simple GET request using the request library.

package main import ( "fmt" "github.com/mozillazg/request" ) func main() { req := request.NewRequest(nil) resp, err := req.Get("https://api.example.com/data") if err != nil { panic(err) } fmt.Println(resp.Text()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources
mozillazg-request — go get mozillazg-request · libregistry