ChifiSource / Toolips.jl

a manic web-development framework
https://toolips.app
MIT License
60 stars 1 forks source link

register(::Route) on the fly #26

Closed emmaccode closed 2 years ago

emmaccode commented 2 years ago

I think it would be nice to have the server returned be a bit more dynamic, we could make it extendable and have the user provide closures if they desire. This would be leaning heavy into the extendable nature, and also facilitate the new front-end open() and things quite well.

emmaccode commented 2 years ago

This is now route!(::Connection, ::Route)