class HTTP::Response::IoBody

def initialize(an_io)

def initialize(an_io)
  @streaming = nil
  @stream = an_io
end