On Wed, 1 Feb 2017, Ched wrote:
Dear All,
I use with great success (and pleasure!) the unit fphttpclient under winxp,
mageia and raspbian with some code like
WITH TFPHTTPCLIENT.CREATE(NIL) DO
BEGIN
REP:=GET(REQ);
FREE;
END;
after having defined REQ (+initialisation with some
Dear All,
I use with great success (and pleasure!) the unit fphttpclient under winxp, mageia and raspbian with some
code like
WITH TFPHTTPCLIENT.CREATE(NIL) DO
BEGIN
REP:=GET(REQ);
FREE;
END;
after having defined REQ (+initialisation with some url) and REP as ansistring's. T