https://github.com/bitbloxhub/upr
A URLPattern-based router for typescript
https://github.com/bitbloxhub/upr
deno http-router router typescript urlpattern
Last synced: about 2 months ago
JSON representation
A URLPattern-based router for typescript
- Host: GitHub
- URL: https://github.com/bitbloxhub/upr
- Owner: bitbloxhub
- License: isc
- Created: 2022-12-04T01:07:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T20:04:44.000Z (over 2 years ago)
- Last Synced: 2025-04-09T11:33:32.030Z (about 1 year ago)
- Topics: deno, http-router, router, typescript, urlpattern
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UPR: A `URLPattern`-based router for typescript
see [`example.ts`](./example.ts) for an example
## references
`URLPattern` API:
[MDN](https://developer.mozilla.org/en-US/docs/Web/API/URL_Pattern_API)