fabriciocolombo / delphi-rest-client-api

A Delphi REST client API to consume REST services written in any programming language.
Apache License 2.0
380 stars 182 forks source link

Delete Method Return Timeout with Delphi 2007 + Indy10 #112

Open fernando-garoso opened 6 years ago

fernando-garoso commented 6 years ago

unit RestClient;

...

function Delete(Content: TStream): String; overload;

...

function TResource.Delete(Content: TStream): String; begin Result := ContentRequest(Content, METHOD_DELETE); end;

RogelioGaytan commented 3 years ago

How did you install it on delphi 2007 ?