Home | History | Annotate | Download | only in modules
      1 :mod:`paste.wsgilib` -- Miscellaneous WSGI utility functions
      2 ============================================================
      3 
      4 .. automodule:: paste.wsgilib
      5 
      6 Module Contents
      7 ---------------
      8 
      9 .. autofunction:: add_close
     10 .. autofunction:: add_start_close
     11 .. autofunction:: chained_app_iters
     12 .. autoclass:: encode_unicode_app_iter
     13 .. autofunction:: catch_errors
     14 .. autofunction:: catch_errors_app
     15 .. autofunction:: raw_interactive
     16 .. autofunction:: interactive
     17 .. autofunction:: dump_environ
     18 .. autofunction:: intercept_output
     19