wsgiref.simple_server.WSGIRequestHandler.get_environ()

get_environ()

Returns a dictionary containing the WSGI environment for a request. The default implementation copies the contents of the WSGIServer object’s base_environ dictionary attribute and then adds various headers derived from the HTTP request. Each call to this method should return a new dictionary containing all of the relevant CGI environment variables as specified in PEP 3333.

doc_python
2016-10-07 17:47:32
Comments
Leave a Comment

Please login to continue.