Hello, I'd like to experiment with comet and streaming http with Diesel, but after studying the docs, I can't see how this would be done in Diesel. Even though the homepage says "How Python does Comet" there is not a single Http streaming example in the repository. I would guess I'd have to somehow use the "chunked" functionality in diesel.protocols.http, but it's not really obvious to me how this would work.
Is there any pointer on getting started with this? Thank you for your time, Andreas
