Registry / http-client / franela-goreq

franela-goreq

JSON →
library0.0.0-20171204163338-bcd34c9993f8gogounverified

A simple and expressive HTTP client library for Go.

go get github.com/franela/goreq
INSTALL
IMPORT
SIG · FRANELA-GOREQ
F
franela-goreq
http-clientgov0.0.0-20171204163338-bcd34c9993f8
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.

goreq
github.com/franela/goreq

Makes a simple HTTP GET request.

package main import ( "fmt" "github.com/franela/goreq" ) func main() { res, err := goreq.Request{Uri: "https://httpbin.org/get"}.Do() fmt.Println(res, err) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20171204163338-bcd34c9993f8latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Resources
franela-goreq — go get franela-goreq · libregistry