On Friday, 20 May 2016 at 09:21:33 UTC, Kagamin wrote:
Does this work?Request rq = Request();Response rs = rq.exec!"GET"("http://somewebpage.org/", [parameter:data]);
No :(
TheDGuy via Digitalmars-d-learn Fri, 20 May 2016 07:48:22 -0700
On Friday, 20 May 2016 at 09:21:33 UTC, Kagamin wrote:
Does this work?Request rq = Request();Response rs = rq.exec!"GET"("http://somewebpage.org/", [parameter:data]);
No :(