rest-client / rest-client

Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.

Home Page:https://rubydoc.info/github/rest-client/rest-client/master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow block that provides only body in chunks but keeps all other processing

akostadinov opened this issue · comments

In relation to #452, I would like to request a way to pass a block that only receives chunks of body data instead of the full response. This will simplify redirection and other handling on the user side.