Welcome the channel on the development of Cro, a set of libraries for building reactive distributed systems, lovingly crafted to take advantage of all the Raku Programming Language has to offer (cro.services). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
andinus thanks :) 06:51
andinus say i want to return a specific page on 404, i set `after { content('text/html', $404-page) if .status == 404 };` 07:51
oh, never mind, it works as expected, i thought `content` would eat up the status 07:52
jnthnwrthngtn Yeah, content does something like response.status //= 200, it won't replace an existing status 08:23