Does this work?

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

Reply via email to