{"id":62807,"library":"ucarion-urlpath","title":"URL Path Matcher","description":"Matches URL paths against templates for validation and data extraction in REST-like applications.","status":"active","version":"0.0.0-20200424170820-7ccc79b76bbb","language":"go","source_language":null,"source_url":"https://github.com/ucarion/urlpath","tags":["url","path","matching","routing","rest"],"install":[{"cmd":"go get github.com/ucarion/urlpath","lang":"bash","label":"Install github.com/ucarion/urlpath"}],"dependencies":[],"imports":[{"symbol":"urlpath","correct":"github.com/ucarion/urlpath"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/ucarion/urlpath\"\n)\n\nfunc main() {\n\tpath := urlpath.New(\"/users/:id\")\n\tparams, ok := path.Match(\"/users/123\")\n\tif ok {\n\t\tfmt.Println(params[\"id\"])\n\t}\n}","lang":"go","description":"Match a URL path and extract parameters."},"warnings":[],"env_vars":null,"search_vec":"'applic':18 'data':12 'extract':13 'like':17 'match':4,21 'matcher':3 'path':2,6,20 'rest':16,23 'rest-lik':15 'rout':22 'templat':8 'url':1,5,19 'valid':10","created_at":"2026-06-17T16:35:57.125645+00:00","updated_at":"2026-06-17T16:35:57.125645+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/ucarion/urlpath","github":"https://github.com/ucarion/urlpath","docs":"https://pkg.go.dev/github.com/ucarion/urlpath#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}}