Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SPEC to clarify streaming response body behavior
Strings must be processed individually as they are yielded by `each`. However, if the Body responds to `to_ary` it can be implicitly coerced to an Array, which may then be processed all at once.
- Loading branch information