wsgiref.util.application_uri(environ)
Similar to request_uri()
, except that the PATH_INFO
and QUERY_STRING
variables are ignored. The result is the base URI of the application object addressed by the request.
wsgiref.util.application_uri(environ)
Similar to request_uri()
, except that the PATH_INFO
and QUERY_STRING
variables are ignored. The result is the base URI of the application object addressed by the request.
Designed by : w10schools
service@w10schools.com
Please login to continue.