<FromGitter>
<sdzyba> A question regarding `halt!` method. The documentation says `When you want a request to cease and return a particular message rather then rendering a page, you use Amber halt! to stop the request from continue execution.` (https://docs.amberframework.org/amber/guides/controllers/halt) ⏎ But it looks like `halt!` actually doesn't stop the request processing, it just sets status code and response header and action just
<FromGitter>
... continues it's execution...
<FromGitter>
<sdzyba> Is there any way to actually stop the execution?