joy-framework / joy

A full stack web framework written in janet
https://joy.swlkr.com
MIT License
532 stars 29 forks source link

Add `action-for` and `redirect-to` functions #7

Closed swlkr closed 4 years ago

swlkr commented 4 years ago

Similar to url-for here

https://github.com/joy-framework/joy/blob/master/src/joy/router.janet#L120

These could be very similar to the coast versions here

https://github.com/coast-framework/router/blob/master/src/router/core.clj#L191-L207