# File lib/rack/response.rb, line 151
      def include?(header)
        !!headers[header]
      end