Registry / http-client / aerogo-http

aerogo-http

JSON →
library1.1.5gogounverified

An HTTP client and server library for Go with a focus on simplicity and performance.

go get github.com/aerogo/http
INSTALL
IMPORT
SIG · AEROGO-HTTP
A
aerogo-http
http-clientgov1.1.5
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/aerogo/http

Performs a GET request to example.com and prints the status code.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
28
OpenAI (training)
1
Resources
aerogo-http — go get aerogo-http · libregistry