Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-30 | Give a reply to the server if a route fails | Daniel Schadt | |
Otherwise, the server will never get a reply and instead we'll just silently let the client timeout :-( This change introduces the function "uncatch", which makes an error the inner Cana computation explicit by returning the Either directly. With the way this is written currently, we could probably get away with using "catch" as well, along the lines of r geminiRequest `catch` (const $ writeResponse context ...) | |||
2021-06-28 | Initial commit | Daniel Schadt | |
This is a working version that can serve pages, yay! A lot of features still missing though, as well as proper package metadata. |