module.exports = function isBinary(headers, options) {
  if (options.binary === false) {
    return false;
  }