class Excon::Response

def initialize(attributes = {})

def initialize(attributes = {})
  @body    = attributes[:body] || ''
  @headers = attributes[:headers] || {}
  @status  = attributes[:status]
end