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

WSGI application that is able to serve static files using the X-Sendfile feature in Web servers.

License

Notifications You must be signed in to change notification settings

2degrees/wsgi-xsendfile

Repository files navigation

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

About

WSGI application that is able to serve static files using the X-Sendfile feature in Web servers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages