{"id":52644,"library":"dimfeld-httptreemux","title":"httptreemux","description":"High-performance, flexible HTTP router built on a patricia tree.","status":"active","version":"5.0.1+incompatible","language":"go","source_language":null,"source_url":"https://github.com/dimfeld/httptreemux","tags":["http","router","patricia-tree","performance"],"install":[{"cmd":"go get github.com/dimfeld/httptreemux","lang":"bash","label":"Install github.com/dimfeld/httptreemux"}],"dependencies":[],"imports":[{"symbol":"httptreemux","correct":"github.com/dimfeld/httptreemux"}],"quickstart":{"code":"package main\n\nimport (\n\t\"net/http\"\n\t\"github.com/dimfeld/httptreemux\"\n)\n\nfunc main() {\n\trouter := httptreemux.New()\n\trouter.GET(\"/hello/:name\", func(w http.ResponseWriter, r *http.Request, params map[string]string) {\n\t\tw.Write([]byte(\"Hello \" + params[\"name\"]))\n\t})\n\thttp.ListenAndServe(\":8080\", router)\n}","lang":"go","description":"Create a router with a path parameter."},"warnings":[{"fix":"Update handler signatures to accept (http.ResponseWriter, *http.Request, map[string]string).","message":"Version 5.x uses a different API than earlier versions; the handler signature changed to include a params map.","severity":"breaking","affected_versions":">=5.0.0"}],"env_vars":null,"search_vec":"'built':8 'flexibl':5 'high':3 'high-perform':2 'http':6,13 'httptreemux':1 'patricia':11,16 'patricia-tre':15 'perform':4,18 'router':7,14 'tree':12,17","created_at":"2026-06-15T07:05:50.797714+00:00","updated_at":"2026-06-15T07:05:50.797714+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/dimfeld/httptreemux","github":"https://github.com/dimfeld/httptreemux","docs":"https://pkg.go.dev/github.com/dimfeld/httptreemux#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}