Use Requests to send data to webpage - how?

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri May 20 02:21:33 PDT 2016


Does this work?

Request rq = Request();
Response rs = rq.exec!"GET"("http://somewebpage.org/", 
[parameter:data]);



More information about the Digitalmars-d-learn mailing list