twogood / Activout.RestClient

Create a REST(ish) API client only by defining the C# interface you want

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Stream and Task<Stream> responses

twogood opened this issue · comments

By calling HttpContent.ReadAsStream or ReadAsStreamAsync

But what about the content type for the stream?