On Thu, Nov 10, 2011 at 5:14 AM, Jonas Drewsen <span dir="ltr"><<a href="mailto:jdrewsen@nospam.com">jdrewsen@nospam.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 10/11/11 08.32, Jacob Carlborg wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 2011-11-09 21:53, Jonas Drewsen wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
So after the last review of the etc.curl there were some requests for<br>
making it simpler.<br>
</blockquote></blockquote></div>
<snip><div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
BTW, why is this "etc.culr" and not "std.curl".<br>
</blockquote>
<br></div>
I think Andrei mentioned that he wanted it to go to std.curl. Another option would be std.net.curl.<br>
<br>
Anyone have an opinion about this?<span class="HOEnZb"><font color="#888888"><br>
<br>
/Jonas<br>
</font></span></blockquote></div><br><div>I think putting the high level API (which I really like the clean and simple design of, by the way) under something like <a href="http://std.net">std.net</a> and the low level curl specific API in etc.curl might be nice.  I know what curl is but looking for std.curl to download a file isn't obvious for anyone who isn't aware of curl.  This also leaves the option of keeping the high level API and swapping out the curl backend with something else if that was ever needed or wanted.  That's not very likely to happen anytime soon but I think a good guideline might be to keep the phobos API focused on what, specifically, you want to do rather than what is doing what you want to do.</div>