Lines Matching refs:CGI
55 This function is useful when creating a gateway that wraps CGI or a CGI-like
357 containing all of the relevant CGI environment variables as specified in
451 WSGI application, as long as they are given a CGI-like environment, along with
457 CGI-based invocation via ``sys.stdin``, ``sys.stdout``, ``sys.stderr`` and
459 it as a CGI script. Simply invoke ``CGIHandler().run(app)``, where ``app`` is
464 always uses :mod:`sys` and :mod:`os` to obtain the necessary CGI streams and
486 There is no way for CGI code to tell whether the option was set, so a
497 :mod:`os` modules, the CGI environment and I/O streams are specified explicitly.
504 protocol implementation (such as CGI, FastCGI, SCGI, etc.) that uses a
574 Insert CGI variables for the current request into the :attr:`environ` attribute.
727 via a CGI-like gateway protocol that wants the HTTP status in a special
742 Transcode CGI variables from ``os.environ`` to :pep:`3333` "bytes in unicode"
751 If you are implementing a CGI-based handler of your own, you probably want
769 # is a dictionary containing CGI-style environment variables and the