{"id":73604,"library":"asmcos-requests","title":"asmcos requests","description":"Simple HTTP request library for Go inspired by Python's requests.","status":"active","version":"0.0.0-20210319030608-c839e8ae4946","language":"go","source_language":null,"source_url":"https://github.com/asmcos/requests","tags":["http","client","requests","rest"],"install":[{"cmd":"go get github.com/asmcos/requests","lang":"bash","label":"Install github.com/asmcos/requests"}],"dependencies":[],"imports":[{"symbol":"requests","correct":"github.com/asmcos/requests"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/asmcos/requests\"\n)\n\nfunc main() {\n\tresp, err := requests.Get(\"https://httpbin.org/get\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(resp.Text)\n}","lang":"go","description":"Performs a GET request and prints the response body."},"warnings":[],"env_vars":null,"search_vec":"'asmco':1 'client':15 'go':8 'http':4,14 'inspir':9 'librari':6 'python':11 'request':2,5,13,16 'rest':17 'simpl':3","created_at":"2026-06-17T18:52:56.970878+00:00","updated_at":"2026-06-17T18:52:56.970878+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/asmcos/requests","github":"https://github.com/asmcos/requests","docs":"https://pkg.go.dev/github.com/asmcos/requests#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}}