"""Optimizations for Apache. See also `documentation of mod_xsendfile for Apache `_ and :doc:`narrative documentation about Apache optimizations `. """ # API shortcuts. from django_downloadview.apache.decorators import x_sendfile # NoQA from django_downloadview.apache.middlewares import XSendfileMiddleware # NoQA from django_downloadview.apache.response import XSendfileResponse # NoQA from django_downloadview.apache.tests import assert_x_sendfile # NoQA