# File lib/bullet/rack.rb, line 64
    def sse?(headers)
      headers['Content-Type'] == 'text/event-stream'
    end