{"id":76811,"library":"chyroc-gorequests","title":"gorequests","description":"Send HTTP requests with a human-friendly API.","status":"active","version":"0.33.0","language":"go","source_language":null,"source_url":"https://github.com/chyroc/gorequests","tags":["http","requests","client"],"install":[{"cmd":"go get github.com/chyroc/gorequests","lang":"bash","label":"Install github.com/chyroc/gorequests"}],"dependencies":[],"imports":[{"symbol":"gorequests","correct":"github.com/chyroc/gorequests"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/chyroc/gorequests\"\n)\n\nfunc main() {\n\tresp, err := gorequests.Get(\"https://httpbin.org/get\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(resp.Text())\n}","lang":"go","description":"Sends a GET request and prints the response body."},"warnings":[],"env_vars":null,"search_vec":"'api':10 'client':13 'friend':9 'gorequest':1 'http':3,11 'human':8 'human-friend':7 'request':4,12 'send':2","created_at":"2026-06-17T19:38:36.541780+00:00","updated_at":"2026-06-17T19:38:36.541780+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/chyroc/gorequests","github":"https://github.com/chyroc/gorequests","docs":"https://pkg.go.dev/github.com/chyroc/gorequests#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}