Is streaming possible within catalyst? I've run into a couple cases now where I need to stream data to the client. Is there a way for me to write data to the pipe and then flush it, or is that not exposed in Catalyst? I'm not even sure where this would be implemented, but I guess I'd have to make a custom view. Any ideas or examples of this?