sholladay / pogo

Server framework for Deno
Mozilla Public License 2.0
482 stars 32 forks source link

Router v2 #29

Closed sholladay closed 4 years ago

sholladay commented 4 years ago

This PR makes big changes to how the routing table of the Router class works and adds support for catch-all routes, improved path parameter handling, and makes the routing table easier to use.

Additionally, Deno 1.0 is officially supported now (it was already working on master) and the std dependencies have been updated.