class HTTP::Response::Body
def stream!
def stream! fail StateError, "body has already been consumed" if @streaming == false @streaming = true end
def stream! fail StateError, "body has already been consumed" if @streaming == false @streaming = true end