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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.