Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 989 Bytes

README.rst

File metadata and controls

24 lines (18 loc) · 989 Bytes

wsgi-xsendfile -- X-Sendfile implementation in Python

This WSGI application allows you to tell your Web server (e.g., Apache, Nginx) which file on disk to serve in response to a HTTP request. You can use this within your Web application to control access to static files or customize the HTTP response headers which otherwise would be set by the Web server, for example.

For more information, please read the documentation on: http://pythonhosted.org/xsendfile/

Build Status Coverage Status Downloads