Replies: 1 comment
-
|
Refit does this by default, as seen here. The You can follow the code trail I've linked above to see usage of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, bit of a refit noob here... so some questions may seem trivial (apologies)
I can do something like
However, in Refit interface I cant set
ResponseHeadersRead, what would be equivalent? What Im trying to achieve is to avoid waiting for whole content to be loaded into memory prior deserialisation (think this GetFoo is returning quite large data sets). Also, what would be the difference between these two different methods below? Which one is more performant (relatively speaking)?Does Refit fetches all the item first then Deserialises ? Whats the underlying mechanics of the refit implementations? Does is uses
GetStringAsyncGetStreamAsyncorGetAsync?Beta Was this translation helpful? Give feedback.
All reactions