class Fastly::Client::Curl

def get(path, headers={})

def get(path, headers={})
  CurbFu.get({ :host => host, :port => port, :path => path, :headers => headers, :protocol => protocol })
end