{"id":52139,"library":"imroc-req-v3","title":"req","description":"Simple and powerful HTTP client with middleware support.","status":"active","version":"3.57.0","language":"go","source_language":null,"source_url":"https://github.com/imroc/req","tags":["http","client","rest","requests"],"install":[{"cmd":"go get github.com/imroc/req/v3","lang":"bash","label":"Install github.com/imroc/req/v3"}],"dependencies":[],"imports":[{"symbol":"req","correct":"github.com/imroc/req/v3"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/imroc/req/v3\"\n)\n\nfunc main() {\n\tclient := req.C()\n\tresp, err := client.R().Get(\"https://httpbin.org/get\")\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\tfmt.Println(resp.String())\n}","lang":"go","description":"Sends a GET request and prints the response body."},"warnings":[],"env_vars":null,"search_vec":"'client':6,11 'http':5,10 'middlewar':8 'power':4 'req':1 'request':13 'rest':12 'simpl':2 'support':9","created_at":"2026-06-15T06:42:35.160317+00:00","updated_at":"2026-06-15T06:42:35.160317+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/imroc/req","github":"https://github.com/imroc/req","docs":"https://pkg.go.dev/github.com/imroc/req/v3#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-15","next_check":"2026-12-12","install_tag":null}}