delphi-rest-client-api icon indicating copy to clipboard operation
delphi-rest-client-api copied to clipboard

Delete Method Return Timeout with Delphi 2007 + Indy10

Open fernando-garoso opened this issue 7 years ago • 1 comments

unit RestClient;

...

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

...

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

fernando-garoso avatar Mar 14 '18 12:03 fernando-garoso

How did you install it on delphi 2007 ?

RogelioGaytan avatar May 26 '21 06:05 RogelioGaytan