• Home
  • Raw
  • Download

Lines Matching refs:BaseHandler

515    This class is a subclass of :class:`BaseHandler`.  It overrides the
526 .. class:: BaseHandler()
532 :class:`BaseHandler` instances have only one method intended for external use:
535 .. method:: BaseHandler.run(app)
539 All of the other :class:`BaseHandler` methods are invoked by this method in the
546 .. method:: BaseHandler._write(data)
549 method actually transmits the data; :class:`BaseHandler` just separates write
554 .. method:: BaseHandler._flush()
560 .. method:: BaseHandler.get_stdin()
566 .. method:: BaseHandler.get_stderr()
572 .. method:: BaseHandler.add_cgi_vars()
579 information before attempting to create a customized :class:`BaseHandler`
585 .. attribute:: BaseHandler.wsgi_multithread
588 defaults to true in :class:`BaseHandler`, but may have a different default (or
592 .. attribute:: BaseHandler.wsgi_multiprocess
595 defaults to true in :class:`BaseHandler`, but may have a different default (or
599 .. attribute:: BaseHandler.wsgi_run_once
602 defaults to false in :class:`BaseHandler`, but :class:`CGIHandler` sets it to
606 .. attribute:: BaseHandler.os_environ
616 .. attribute:: BaseHandler.server_software
628 .. method:: BaseHandler.get_scheme()
636 .. method:: BaseHandler.setup_environ()
648 .. method:: BaseHandler.log_exception(exc_info)
657 .. attribute:: BaseHandler.traceback_limit
663 .. method:: BaseHandler.error_output(environ, start_response)
682 .. attribute:: BaseHandler.error_status
688 .. attribute:: BaseHandler.error_headers
695 .. attribute:: BaseHandler.error_body
705 .. attribute:: BaseHandler.wsgi_file_wrapper
711 .. method:: BaseHandler.sendfile()
723 .. attribute:: BaseHandler.origin_server
730 This attribute's default value is true in :class:`BaseHandler`, but false in
734 .. attribute:: BaseHandler.http_version