{"id":67338,"library":"revel-pathtree","title":"Revel Path Tree","description":"A fast path lookup tree for routing HTTP requests with support for wildcards and extensions.","status":"active","version":"0.0.0-20140121041023-41257a1839e9","language":"go","source_language":null,"source_url":"https://github.com/revel/pathtree","tags":["routing","http","tree","web"],"install":[{"cmd":"go get github.com/revel/pathtree","lang":"bash","label":"Install github.com/revel/pathtree"}],"dependencies":[],"imports":[{"symbol":"pathtree","correct":"github.com/revel/pathtree"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/revel/pathtree\"\n)\n\nfunc main() {\n\ttree := pathtree.New()\n\ttree.Add(\"/users/:id\", nil)\n\t_, params := tree.Lookup(\"/users/123\")\n\tfmt.Printf(\"Params: %+v\\n\", params)\n}","lang":"go","description":"Creates a path tree and looks up a route with a wildcard parameter."},"warnings":[],"env_vars":null,"search_vec":"'extens':18 'fast':5 'http':11,20 'lookup':7 'path':2,6 'request':12 'revel':1 'rout':10,19 'support':14 'tree':3,8,21 'web':22 'wildcard':16","created_at":"2026-06-17T17:35:54.937484+00:00","updated_at":"2026-06-17T17:35:54.937484+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/revel/pathtree","github":"https://github.com/revel/pathtree","docs":"https://pkg.go.dev/github.com/revel/pathtree#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-17","next_check":"2026-12-14","install_tag":null}}