class documentation

class HTTPGitApplication(object):

View In Hierarchy

Class encapsulating the state of a git WSGI application.

Method __call__ Undocumented
Method __init__ Undocumented
Class Variable services Undocumented
Instance Variable backend the Backend object backing this application
Instance Variable dumb Undocumented
Instance Variable fallback_app Undocumented
Instance Variable handlers Undocumented
def __call__(self, environ, start_response):

Undocumented

def __init__(self, backend, dumb=False, handlers=None, fallback_app=None):

Undocumented

Parameters
backendUndocumented
dumb:boolUndocumented
handlersUndocumented
fallback_appUndocumented
services =

Undocumented

backend =

the Backend object backing this application

dumb =

Undocumented

fallback_app =

Undocumented

handlers =

Undocumented