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

Find a way to document consistently the "performance switches" #15

Open dvdotsenko opened 14 years ago

dvdotsenko commented 14 years ago

Since these are "static" attributes of mother-class, these are not directly obvious and not as exposed to users.

Need to contemplate an obvious way to inject easily-documentable, finite list of "settings" into WSGI app instantiation.