{"id":73027,"library":"go-chi-stampede","title":"Chi Stampede","description":"An HTTP request deduplication and caching middleware for the Chi router.","status":"active","version":"0.9.1","language":"go","source_language":null,"source_url":"https://github.com/go-chi/stampede","tags":["http","middleware","caching","deduplication","chi"],"install":[{"cmd":"go get github.com/go-chi/stampede","lang":"bash","label":"Install github.com/go-chi/stampede"}],"dependencies":[],"imports":[{"symbol":"stampede","correct":"github.com/go-chi/stampede"}],"quickstart":{"code":"package main\n\nimport (\n\t\"net/http\"\n\t\"github.com/go-chi/chi/v5\"\n\t\"github.com/go-chi/stampede\"\n)\n\nfunc main() {\n\tr := chi.NewRouter()\n\tr.Use(stampede.Handler(512))\n\tr.Get(\"/\", func(w http.ResponseWriter, r *http.Request) {\n\t\tw.Write([]byte(\"Hello\"))\n\t})\n\thttp.ListenAndServe(\":8080\", r)\n}","lang":"go","description":"Use stampede middleware with Chi router."},"warnings":[],"env_vars":null,"search_vec":"'cach':8,16 'chi':1,12,18 'dedupl':6,17 'http':4,14 'middlewar':9,15 'request':5 'router':13 'stamped':2","created_at":"2026-06-17T18:46:51.468712+00:00","updated_at":"2026-06-17T18:46:51.468712+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/go-chi/stampede","github":"https://github.com/go-chi/stampede","docs":"https://pkg.go.dev/github.com/go-chi/stampede#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","utility"],"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}}