dvdotsenko / git_http_backend.py

Port of git's "Smart HTTP" (git-http-backend) server component to Python WSGI interface.
git_http_backend_python_wsgi
GNU Lesser General Public License v2.1
72 stars 15 forks source link

BUG: Add git mime types to static server #5

Closed dvdotsenko closed 14 years ago

dvdotsenko commented 14 years ago

Native git_http_backend sets the mime headers based on type of path. We need to do something similar and fall back to binary by default.