# File lib/camping/server.rb, line 123
    def middleware
      h = super
      h["development"].unshift [XSendfile]
      h
    end