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

POST return #83

Closed renannobile closed 7 years ago

renannobile commented 7 years ago

Hello, how do I get the return from the Post method? I have an action that returns whether the file was uploaded or not and I would like to display the result in Delphi.

EDIT: My api method returns an HttpResponseMessage.

fabriciocolombo commented 7 years ago

Are you still in trouble @renannobile ?

renannobile commented 7 years ago

No, thank you. It has been solved.