{"id":76361,"library":"aerogo-http","title":"AeroGo HTTP","description":"An HTTP client and server library for Go with a focus on simplicity and performance.","status":"active","version":"1.1.5","language":"go","source_language":null,"source_url":"https://github.com/aerogo/http","tags":["http","client","server","networking"],"install":[{"cmd":"go get github.com/aerogo/http","lang":"bash","label":"Install github.com/aerogo/http"}],"dependencies":[],"imports":[{"symbol":"http","correct":"github.com/aerogo/http"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/aerogo/http\"\n)\n\nfunc main() {\n\tresp, err := http.Get(\"https://example.com\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(resp.StatusCode)\n}","lang":"go","description":"Performs a GET request to example.com and prints the status code."},"warnings":[],"env_vars":null,"search_vec":"'aerogo':1 'client':5,19 'focus':13 'go':10 'http':2,4,18 'librari':8 'network':21 'perform':17 'server':7,20 'simplic':15","created_at":"2026-06-17T19:29:30.004465+00:00","updated_at":"2026-06-17T19:29:30.004465+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/aerogo/http","github":"https://github.com/aerogo/http","docs":"https://pkg.go.dev/github.com/aerogo/http#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","networking"],"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}}