• Home
  • Raw
  • Download

Lines Matching refs:BaseHandler

484    This class is a subclass of :class:`BaseHandler`.  It overrides the
492 .. class:: BaseHandler()
498 :class:`BaseHandler` instances have only one method intended for external use:
501 .. method:: BaseHandler.run(app)
505 All of the other :class:`BaseHandler` methods are invoked by this method in the
512 .. method:: BaseHandler._write(data)
515 method actually transmits the data; :class:`BaseHandler` just separates write
520 .. method:: BaseHandler._flush()
526 .. method:: BaseHandler.get_stdin()
532 .. method:: BaseHandler.get_stderr()
538 .. method:: BaseHandler.add_cgi_vars()
545 information before attempting to create a customized :class:`BaseHandler`
551 .. attribute:: BaseHandler.wsgi_multithread
554 defaults to true in :class:`BaseHandler`, but may have a different default (or
558 .. attribute:: BaseHandler.wsgi_multiprocess
561 defaults to true in :class:`BaseHandler`, but may have a different default (or
565 .. attribute:: BaseHandler.wsgi_run_once
568 defaults to false in :class:`BaseHandler`, but :class:`CGIHandler` sets it to
572 .. attribute:: BaseHandler.os_environ
582 .. attribute:: BaseHandler.server_software
591 .. method:: BaseHandler.get_scheme()
599 .. method:: BaseHandler.setup_environ()
611 .. method:: BaseHandler.log_exception(exc_info)
620 .. attribute:: BaseHandler.traceback_limit
626 .. method:: BaseHandler.error_output(environ, start_response)
645 .. attribute:: BaseHandler.error_status
651 .. attribute:: BaseHandler.error_headers
658 .. attribute:: BaseHandler.error_body
668 .. attribute:: BaseHandler.wsgi_file_wrapper
674 .. method:: BaseHandler.sendfile()
686 .. attribute:: BaseHandler.origin_server
693 This attribute's default value is true in :class:`BaseHandler`, but false in
697 .. attribute:: BaseHandler.http_version