[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-04-26 UTC."],[[["This module is designed to save various WSGI (Web Server Gateway Interface) variables into the request context."],["The primary function provided is `init_from_wsgi_environ`, which handles the initialization process for WSGI environments."],["Several HTTP-related variables, such as `HTTP_HOST`, `HTTP_USER_AGENT`, and `HTTP_X_CLOUD_TRACE_CONTEXT`, are stored as instances of `_contextvars.ContextVar`."],["Other WSGI variables, including `PATH_INFO`, `QUERY_STRING`, `SERVER_NAME`, and `SERVER_PORT`, are also saved as instances of `_contextvars.ContextVar`."]]],[]]