jquave / tasty

🍦 Simple and sweet Deno Web Framework for building simple APIs and Websites
22 stars 5 forks source link

Support for params inside the request #1

Closed windows-user0 closed 4 years ago

windows-user0 commented 4 years ago

Added support for third argument in the handler function allows to get params from the URL requested eg. param.get("x") to get params inside a request https://example.com?x=1