dgrnbrg / spiral

Like Ring, but built for core.async
Eclipse Public License 1.0
125 stars 6 forks source link

Add support for streaming responses #7

Open dgrnbrg opened 10 years ago

dgrnbrg commented 10 years ago

Jet and http-kit support this already, so it should be straightforward to handle when :body is a channel.

dgrnbrg commented 10 years ago

This is coming along with http-kit support initially. There are several quirks in the http-kit streaming response API that is making it very difficult to follow along with.