Registry / http-client / asmcos-requests

asmcos-requests

JSON →
library0.0.0-20210319030608-c839e8ae4946gogounverified

Simple HTTP request library for Go inspired by Python's requests.

go get github.com/asmcos/requests
INSTALL
IMPORT
SIG · ASMCOS-REQUESTS
A
asmcos-requests
http-clientgov0.0.0-20210319030608-c839e8ae4946
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.

requests
github.com/asmcos/requests

Performs a GET request and prints the response body.

package main import ( "fmt" "github.com/asmcos/requests" ) func main() { resp, err := requests.Get("https://httpbin.org/get") if err != nil { panic(err) } fmt.Println(resp.Text) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210319030608-c839e8ae4946latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
30
OpenAI (training)
1
Resources
asmcos-requests — go get asmcos-requests · libregistry