HomeSort by relevance Sort by last modified time
    Searched full:middleware (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
open_id.py 27 Using the OpenID Middleware
30 Using the OpenID middleware is fairly easy, the most minimal example using the
36 wsgi_app = open_id.middleware(wsgi_app, '/somewhere/to/store/openid/data')
41 A more complete login should involve having the OpenID middleware load your own
45 wsgi_app = open_id.middleware(wsgi_app, '/somewhere/to/store/openid/data',
82 This middleware implements OpenID Consumer behavior to authenticate a
90 Initialize the OpenID middleware
386 middleware = AuthOpenIDHandler variable
cookie.py 8 This authentication middleware saves the current REMOTE_USER,
200 the actual handler that should be put in your middleware stack
202 This middleware uses cookies to stash-away a previously authenticated
223 the ``environ['REMOTE_USER']`` restored by this middleware.
317 middleware = AuthCookieHandler variable
330 This middleware uses cookies to stash-away a previously
digest.py 169 middleware for HTTP Digest authentication (RFC 2617)
174 then this middleware is a no-op, and the request is passed
195 middleware is simply pass-through.
230 middleware = AuthDigestHandler variable
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
config.py 4 """Paste Configuration Middleware and Objects"""
85 A WSGI middleware that adds a ``paste.config`` key (by default)
recursive.py 4 Middleware to make internal requests and forward requests internally.
57 A WSGI middleware that allows for recursive and forwarded calls.
87 middleware = CheckForRecursionMiddleware(
89 return middleware(environ, start_response)
107 as the first argument and returns an initialised WSGI middleware
148 can specify a middleware factory. For example to keep the old status code
208 # Base middleware
213 # Otherwise construct the appropriate middleware factory
lint.py 6 Middleware to check for obedience to the WSGI specification.
125 def middleware(application, global_conf=None): function
129 middleware will check for WSGI compliancy on a number of levels.
130 This middleware does not modify the request or response in any
432 # @@: global_conf should be taken out of the middleware function,
434 return middleware(application)
438 __all__ = ['middleware', 'make_middleware']
httpexceptions.py 8 HTTP Exception Middleware
12 request handler (`middleware`) that catches these exceptions and turns
608 ## Middleware implementation:
615 This middleware catches any exceptions (which are subclasses of
644 def middleware(*args, **kw): function
647 warnings.warn('httpexceptions.middleware is deprecated; use '
654 ``httpexceptions`` middleware; this catches any
661 reported on by another piece of middleware.
translogger.py 4 Middleware for logging requests, using Apache combined log format
14 This logging middleware will log all requests as they go through.
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/
test_httpexceptions.py 5 WSGI Exception Middleware
28 """ verify that the middleware handles previously-started responses """
  /bionic/libc/stdio/
glue.h 49 /* This was referenced by a couple of different pieces of middleware and the Crystax NDK. */
local.h 55 /* This was referenced by the apportable middleware for LP32. */
58 /* These were referenced by a couple of different pieces of middleware and the Crystax NDK. */
  /external/chromium-trace/trace-viewer/third_party/Paste/Paste.egg-info/
entry_points.txt 30 evalerror = paste.evalexception.middleware:make_eval_exception
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_cgitb_catcher.py 7 app = lint.middleware(app)
test_registry.py 9 from paste.evalexception.middleware import EvalException
84 line = ('\nInserted by middleware!\nInsertValue at depth %s is %s'
100 line = ('\nAppended by middleware!\nAppendValue at \
  /external/chromium-trace/trace-viewer/third_party/Paste/docs/
DeveloperGuidelines.txt 26 middleware that puts the configuration in place is really really
28 both a library and middleware form is good.
61 and middleware. Pay particular attention to ``TestApp``.
do-it-yourself-framework.txt 328 WSGI Middleware
331 `Middleware
332 <http://www.python.org/peps/pep-0333.html#middleware-components-that-play-both-sides>`_
335 What is middleware? Middleware is software that serves as an
340 write one. We'll write an authentication middleware, so that you can
356 So how does this work? Well, we're writing "middleware", which means
362 To give an example of a really really simple middleware, here's one
368 # the middleware constructor:
496 Now you have middleware! Hurrah
    [all...]
future.txt 35 Not sure; Ben has an implementation of errordocuments in ``pylons.middleware.StatusCodeRedirect``
99 I'm a little uncomfortable with this in concept. It's largely in WebOb right now, but not as middleware.
  /external/chromium-trace/trace-viewer/third_party/WebOb/
PKG-INFO 34 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
setup.py 38 "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware",
  /external/chromium-trace/trace-viewer/third_party/webapp2/
TODO 17 - Add WSGI middleware:
  /external/kernel-headers/original/uapi/linux/
capi.h 120 * Middleware extension
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
capi.h 118 * Middleware extension
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
capi.h 118 * Middleware extension
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
prints.py 4 Middleware that displays everything that is printed inline in
48 This middleware captures all the printed statements, and inlines
  /external/chromium-trace/trace-viewer/third_party/Paste/
setup.py 45 "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware",
98 evalerror = paste.evalexception.middleware:make_eval_exception

Completed in 703 milliseconds

12 3 4 5