1 :mod:`paste.request` -- Utility functions for the WSGI environment 2 ================================================================== 3 4 .. automodule:: paste.request 5 6 Module Contents 7 --------------- 8 9 .. autofunction:: get_cookies 10 .. autofunction:: get_cookie_dict 11 .. autofunction:: parse_querystring 12 .. autofunction:: parse_formvars 13 .. autofunction:: construct_url 14 .. autofunction:: path_info_split 15 .. autofunction:: path_info_pop 16 .. autofunction:: resolve_relative_url 17 .. autoclass:: EnvironHeaders 18 19 20