class HTTP::Response::Body

def initialize(client)

def initialize(client)
  @client       = client
  @streaming    = nil
  @contents     = nil
end