<p dir="ltr"><br>
On Fri, Aug 23, 2013 at 2:48 PM, Jay McCarthy <<a href="mailto:jay.mccarthy@gmail.com">jay.mccarthy@gmail.com</a>> wrote:<br>
><br>
> I feel that the only thing it could do better is support two more<br>
> options for #:data:<br>
> - A input-port? to read from and copy to the HTTP connection<br>
> - A (-> output-port? void) function to call with the HTTP connection's<br>
> output port to stream the data<br>
><br>
> But I'd like a second opinion before adding them.</p>
<p dir="ltr">Those both sound great, but why force the second one return `void?` For example, I might want to stream the data directly into a JSON parser.</p>
<p dir="ltr">Sam</p>