If you’ve visited pointfree.co recently, you’ve already taken URLRouting for a spin! Every request is routed with it, and every response prints links with it.
You can even take a peek at the source! Here’s the router for our account pages: github.com/pointfreeco/point…
We are open sourcing two new libraries today!
URLRouting: A general purpose URL router for both client-side and server-side applications.
VaporRouting: A bidirectional Vapor router with more type safety and less fuss.
Read more: pointfree.co/blog/posts/75-o…