class Excon::Response

def initialize

def initialize
  @body = ''
  @headers = {}
end