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