class HTTP::Response::IoBody
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