Re: [fpc-pascal] question about fphttpclient

2017-02-01 Thread Michael Van Canneyt
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

[fpc-pascal] question about fphttpclient

2017-02-01 Thread Ched
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