Aaron Todd
06/04/2020, 8:10 PMHttpStatement.execute() { httpResp ->
// access body as stream
}
Is there a way to do this and manage the stream ourselves rather than go through the safe abstraction provided where the stream can only be accessed in the block? Thanks