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.
httpclient
✓ github.com/koofr/go-httpclient
Make a GET request
package main
import (
"fmt"
"github.com/koofr/go-httpclient"
)
func main() {
client := httpclient.New()
resp, err := client.Get("https://example.com", nil)
if err != nil {
panic(err)
}
fmt.Println(resp.StatusCode)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20230225102643-5d51a2e9dea6latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.