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