Simple http client Dlang library

2015-06-06 Thread kryszczyniak via Digitalmars-d-announce
Hello! I've created AllUCanGET, a very simple D2 http client library which you could use instead of std.net.curl module to make http connections. You can find the library with more information here: http://allucanget.diaboli.pl/";>http://allucanget.diaboli.pl/.

Re: Simple http client Dlang library

2015-06-06 Thread ketmar via Digitalmars-d-announce
On Sat, 06 Jun 2015 22:20:19 +, kryszczyniak wrote: > Hello! > > I've created AllUCanGET, a very simple D2 http client library which you > could use instead of std.net.curl module to make http connections. > > You can find the library with more information here: href="http://allucanget.diab

Re: Simple http client Dlang library

2015-06-06 Thread Ilya Yaroshenko via Digitalmars-d-announce
fascists

Re: Simple http client Dlang library

2015-06-06 Thread Ilya Yaroshenko via Digitalmars-d-announce
Этот сайт не принимает визиты россиян. This site does not accept visits of Russians. Ta strona nie akceptuje odwiedzin Rosjan. So, I have 5 nationalities (including Polish). And many Russians have Polish nationality too (but they don't know about it). You hate my country. Hmm... IT IS SO FUNN

Re: Simple http client Dlang library

2015-06-06 Thread tired_eyes via Digitalmars-d-announce
Этот сайт не принимает визиты россиян. This site does not accept visits of Russians. Ta strona nie akceptuje odwiedzin Rosjan. I hope author just don't know about that, otherwise it's a shame.

Re: Simple http client Dlang library

2015-06-06 Thread Ilya Yaroshenko via Digitalmars-d-announce
On Sunday, 7 June 2015 at 06:43:25 UTC, Ilya Yaroshenko wrote: Этот сайт не принимает визиты россиян. This site does not accept visits of Russians. Ta strona nie akceptuje odwiedzin Rosjan. So, I have 5 nationalities (including Polish). And many Russians have Polish nationality too (but they d

Re: Simple http client Dlang library

2015-06-07 Thread ketmar via Digitalmars-d-announce
On Sun, 07 Jun 2015 06:28:22 +, Ilya Yaroshenko wrote: > fascists a great explanation of why people don't want such visits. instead of writing a personal email, you trying to start flamefest in NG. signature.asc Description: PGP signature

Re: Simple http client Dlang library

2015-06-07 Thread Ilya Yaroshenko via Digitalmars-d-announce
On Sunday, 7 June 2015 at 07:28:23 UTC, ketmar wrote: On Sun, 07 Jun 2015 06:28:22 +, Ilya Yaroshenko wrote: fascists a great explanation of why people don't want such visits. instead of writing a personal email, you trying to start flamefest in NG. This explanation is substitution of

Re: Simple http client Dlang library

2015-06-07 Thread kryszczyniak via Digitalmars-d-announce
On Sunday, 7 June 2015 at 06:43:25 UTC, Ilya Yaroshenko wrote: Этот сайт не принимает визиты россиян. This site does not accept visits of Russians. Ta strona nie akceptuje odwiedzin Rosjan. So, I have 5 nationalities (including Polish). And many Russians have Polish nationality too (but they d

Re: Simple http client Dlang library

2015-06-07 Thread kryszczyniak via Digitalmars-d-announce
On Sunday, 7 June 2015 at 05:29:30 UTC, ketmar wrote: On Sat, 06 Jun 2015 22:20:19 +, kryszczyniak wrote: Hello! I've created AllUCanGET, a very simple D2 http client library which you could use instead of std.net.curl module to make http connections. You can find the library with more

Re: Simple http client Dlang library

2015-06-07 Thread Iain Buclaw via Digitalmars-d-announce
On 7 June 2015 at 15:18, kryszczyniak via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Sunday, 7 June 2015 at 05:29:30 UTC, ketmar wrote: > >> On Sat, 06 Jun 2015 22:20:19 +, kryszczyniak wrote: >> >> Hello! >>> >>> I've created AllUCanGET, a very simple D2 http

Re: Simple http client Dlang library

2015-06-07 Thread Ilya Yaroshenko via Digitalmars-d-announce
On Sunday, 7 June 2015 at 13:17:01 UTC, kryszczyniak wrote: On Sunday, 7 June 2015 at 06:43:25 UTC, Ilya Yaroshenko wrote: Этот сайт не принимает визиты россиян. This site does not accept visits of Russians. Ta strona nie akceptuje odwiedzin Rosjan. So, I have 5 nationalities (including Polis

Re: Simple http client Dlang library

2015-08-10 Thread Vincent via Digitalmars-d-announce
On Saturday, 6 June 2015 at 22:20:20 UTC, kryszczyniak wrote: I've created AllUCanGET I quickly looked at usage of library, for me seems you have no experience in API design. Look: 1. auto httpclient=new AllUCanGET; - here you could pass URL as a parameter for constructor (what is in most c