Registry / http-client / goexl-http

goexl-http

JSON →
library0.3.1gogounverified

Provides a fluent HTTP client for Go with support for common request patterns and middleware.

go get github.com/goexl/http
INSTALL
IMPORT
SIG · GOEXL-HTTP
G
goexl-http
http-clientgov0.3.1
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.

http
✓ github.com/goexl/http

Creates an HTTP client and performs a GET request.

package main import ( "fmt" "github.com/goexl/http" ) func main() { client := http.New().Build() resp, err := client.Get("https://example.com") if err != nil { fmt.Println(err) return } defer resp.Body.Close() fmt.Println("Status:", resp.Status) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
OpenAI (training)
1
Resources
goexl-http — go get goexl-http · libregistry