An open API service indexing awesome lists of open source software.

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

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.