{"id":65766,"library":"tedsuo-rata","title":"Rata","description":"A Go library providing routes, a router, and a request generator for building HTTP services with reusable route definitions.","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/tedsuo/rata","tags":["http","router","routes","web"],"install":[{"cmd":"go get github.com/tedsuo/rata","lang":"bash","label":"Install github.com/tedsuo/rata"}],"dependencies":[],"imports":[{"symbol":"rata","correct":"github.com/tedsuo/rata"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/tedsuo/rata\"\n)\n\nfunc main() {\n\troutes := rata.Routes{\n\t\t{Name: \"index\", Method: \"GET\", Path: \"/\"},\n\t}\n\tfmt.Println(routes)\n}","lang":"go","description":"Defines a simple route and prints it."},"warnings":[],"env_vars":null,"search_vec":"'build':14 'definit':20 'generat':12 'go':3 'http':15,21 'librari':4 'provid':5 'rata':1 'request':11 'reusabl':18 'rout':6,19,23 'router':8,22 'servic':16 'web':24","created_at":"2026-06-17T17:14:42.059981+00:00","updated_at":"2026-06-17T17:14:42.059981+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/tedsuo/rata","github":"https://github.com/tedsuo/rata","docs":"https://pkg.go.dev/github.com/tedsuo/rata#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","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}}