snug icon indicating copy to clipboard operation
snug copied to clipboard

Native support for streaming requests/responses

Open ariebovenberg opened this issue 6 years ago • 1 comments

For some cases, streaming requests and responses could be useful. E.g. downloading a file.

ariebovenberg avatar Feb 12 '18 17:02 ariebovenberg

As of version 1.1 queries can be fully customized by HTTP client if necessary. This allows streaming downloads. See here.

In the future, streaming requests/responses may be part of the unified API so it can be used with any API client.

ariebovenberg avatar Mar 05 '18 06:03 ariebovenberg