Request.prototype.accept = function(type){
  this.set('Accept', request.types[type] || type);
  return this;
};