Python wsgiref.util Functions
EditRocket provides the following information on wsgiref.util functions in the Python source code builder.
application_uri(environ) - Similar to request_uri, except that the PATH_INFO and QUERY_STRING variables are ignored.
guess_scheme(environ) - Return a guess for whether wsgi.
is_hop_by_hop(header_name) - Return true if 'header_name' is an HTTP/1.
request_uri(environ [, include_query=1]) - Return the full request URI
shift_path_info(environ) - Shift a single name from PATH_INFO to SCRIPT_NAME and return the name.