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