https://github.com/zaubrik/portal
Middlewares for deno and composium
https://github.com/zaubrik/portal
deno router server urlpattern
Last synced: about 1 month ago
JSON representation
Middlewares for deno and composium
- Host: GitHub
- URL: https://github.com/zaubrik/portal
- Owner: Zaubrik
- License: mit
- Created: 2022-03-24T04:22:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T20:25:54.000Z (about 2 years ago)
- Last Synced: 2024-05-29T11:23:43.496Z (about 2 years ago)
- Topics: deno, router, server, urlpattern
- Language: TypeScript
- Homepage: https://github.com/Zaubrik/composium
- Size: 289 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# portal
Middlewares for [composium](https://github.com/Zaubrik/composium)
## Important
Always check the the `groups` properties of the `URLPatternResult` for being
_present_. The UrlPattern implementations seem to vary regarding empty string or
`undefined`.
## Decoding
Decoding for querystrings might be necessary if they were encoded on the client
side for special characters.