delphi-rest-client-api
delphi-rest-client-api copied to clipboard
Delete Method Return Timeout with Delphi 2007 + Indy10
unit RestClient;
...
function Delete(Content: TStream): String; overload;
...
function TResource.Delete(Content: TStream): String; begin Result := ContentRequest(Content, METHOD_DELETE); end;
How did you install it on delphi 2007 ?