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

Large upload/download progress #60

Closed Timothyoverton closed 8 years ago

Timothyoverton commented 8 years ago

Hi Guys,

1 of the nice features of the Indy components is their ability through events to let us know of the progress of a large post/get, upload/download.

Do you have compatible WorkBegin/Work/WorkEnd events in which we can monitor the progress of a rest call? Or an example of a rest call with callback/synchronize events?

Thanks Tim

Timothyoverton commented 8 years ago

I'm guessing that's a no?

RobertoSchneiders commented 8 years ago

Yeah, probably. I haven't done anything like that yet, sorry.

fabriciocolombo commented 8 years ago

I also haven't done anything like that yet. Can you send a PR @Timothyoverton?

Timothyoverton commented 8 years ago

Yes I will - as soon as I have a moment. There was a similar PR recently - https://github.com/fabriciocolombo/delphi-rest-client-api/pull/61. I'll close this for now.