Registry / http-client / danny-dasilva-fhttp

danny-dasilva-fhttp

JSON →
library0.0.0-20260106165651-41258808b131gogounverified

A fork of net/http with additional features for HTTP client and server.

go get github.com/Danny-Dasilva/fhttp
INSTALL
IMPORT
SIG · DANNY-DASILVA-FHTT
D
danny-dasilva-fhttp
http-clientgov0.0.0-20260106165651-41258808b131
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.

fhttp
github.com/Danny-Dasilva/fhttp

Makes an HTTP GET request.

package main import ( "fmt" "github.com/Danny-Dasilva/fhttp" ) func main() { resp, err := fhttp.Get("https://example.com") if err != nil { fmt.Println(err) return } fmt.Println(resp.Status) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260106165651-41258808b131latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
20
Resources
danny-dasilva-fhttp — go get danny-dasilva-fhttp · libregistry