Use Requests to send data to webpage - how?

TheDGuy via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri May 20 07:42:19 PDT 2016


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 :(


More information about the Digitalmars-d-learn mailing list