https://github.com/drivly/router.do
Dynamic Router Object Interface
https://github.com/drivly/router.do
Last synced: 3 months ago
JSON representation
Dynamic Router Object Interface
- Host: GitHub
- URL: https://github.com/drivly/router.do
- Owner: drivly
- License: mit
- Created: 2022-08-06T18:09:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T18:45:41.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T15:16:59.838Z (3 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# router.do
Dynamic Router Object Interface```
https://router.do/router.all('*',oauth)
.get('/', req => fetch('https://api.cf'))
.get('/:resource', withParams, ({resource},env) => json(env.KV.get(req.id))
```