{"id":74568,"library":"goexl-http","title":"Goexl HTTP Client","description":"Provides a fluent HTTP client for Go with support for common request patterns and middleware.","status":"active","version":"0.3.1","language":"go","source_language":null,"source_url":"https://github.com/goexl/http","tags":["http","client","fluent","requests"],"install":[{"cmd":"go get github.com/goexl/http","lang":"bash","label":"Install github.com/goexl/http"}],"dependencies":[],"imports":[{"symbol":"http","correct":"github.com/goexl/http"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/goexl/http\"\n)\n\nfunc main() {\n\tclient := http.New().Build()\n\tresp, err := client.Get(\"https://example.com\")\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\tdefer resp.Body.Close()\n\tfmt.Println(\"Status:\", resp.Status)\n}","lang":"go","description":"Creates an HTTP client and performs a GET request."},"warnings":[],"env_vars":null,"search_vec":"'client':3,8,20 'common':14 'fluent':6,21 'go':10 'goexl':1 'http':2,7,19 'middlewar':18 'pattern':16 'provid':4 'request':15,22 'support':12","created_at":"2026-06-17T19:05:22.450322+00:00","updated_at":"2026-06-17T19:05:22.450322+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/goexl/http","github":"https://github.com/goexl/http","docs":"https://pkg.go.dev/github.com/goexl/http#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}}