<p dir="ltr"><br>
On Fri, Aug 23, 2013 at 2:48 PM, Jay McCarthy &lt;<a href="mailto:jay.mccarthy@gmail.com">jay.mccarthy@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; I feel that the only thing it could do better is support two more<br>
&gt; options for #:data:<br>
&gt; - A input-port? to read from and copy to the HTTP connection<br>
&gt; - A (-&gt; output-port? void) function to call with the HTTP connection&#39;s<br>
&gt; output port to stream the data<br>
&gt;<br>
&gt; But I&#39;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>