Lines Matching refs:mod
13 * Check components for WSGI-compliance in :mod:`paste.lint`
15 * Check filesystem changes, with :mod:`paste.debug.fsdiff`
20 * A threaded HTTP server in :mod:`paste.httpserver`
23 :mod:`paste.debug.watchthreads`
29 response) in :mod:`paste.cascade`
32 :mod:`paste.urlmap`
35 internally, in :mod:`paste.recursive`
38 :mod:`paste.errordocument`.
44 :mod:`paste.wsgiwrappers`
46 * Work directly with the WSGI environment in :mod:`paste.request`
48 * Run CGI programs as WSGI applications in :mod:`paste.cgiapp`
51 static files), in :mod:`paste.urlparser`
53 * Serve static directories of files, also in :mod:`paste.urlparser`; also
57 applications, in :mod:`paste.proxy`.
60 :mod:`paste.fileapp`
66 into proper responses in :mod:`paste.httpexceptions`
68 * Manage HTTP header fields with :mod:`paste.httpheaders`
70 * Handle authentication/identification of requests in :mod:`paste.auth`
72 * Create sessions in :mod:`paste.session` and :mod:`paste.flup_session`
74 * Gzip responses in :mod:`paste.gzipper`
77 producing responses, in :mod:`paste.request`, :mod:`paste.response` and
78 :mod:`paste.wsgilib`.
80 * Create Apache-style logs in :mod:`paste.translogger`
82 * Handy request and response wrappers in :mod:`paste.wsgiwrappers`
84 * Handling of request-local module globals sanely in :mod:`paste.registry`
89 * Authentication using cookies in :mod:`paste.auth.cookie` and
90 :mod:`paste.auth.auth_tkt`; login form in :mod:`paste.auth.form`
93 :mod:`paste.auth.open_id`, using `CAS
94 <http://www.ja-sig.org/products/cas/>`_ in :mod:`paste.auth.cas`
96 * HTTP authentication in :mod:`paste.auth.basic` and
97 :mod:`paste.auth.digest`
100 :mod:`paste.auth.multi`
102 * Grant roles based on IP addresses, in :mod:`paste.auth.grantip`
108 Zope/ZPT conventions) in :mod:`paste.exceptions`
112 stack frames, in :mod:`paste.evalexception`.
116 output, in :mod:`paste.cgitb_catcher`.
119 in :mod:`paste.debug.profile`
122 debugging, in :mod:`paste.debug.prints`
126 or warnings to the page, in :mod:`paste.debug.wdg_validator`
133 :mod:`paste.reloader`
136 HTML code, in :mod:`paste.url`
139 :mod:`paste.util.template`
141 * A class to help with loops in templates, in :mod:`paste.util.looper`
144 :mod:`paste.util.import_string`
147 in :mod:`paste.util.multidict`