exports.get = function(options, cb) {
  var req = exports.request(options, cb);
  req.end();
  return req;
};