Home
last modified time | relevance | path

Searched refs:error_headers (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/wsgiref/
Dhandlers.py67 error_headers = [('Content-Type','text/plain')] variable in BaseHandler
322 start_response(self.error_status,self.error_headers[:],sys.exc_info())
/external/python/cpython2/Doc/library/
Dwsgiref.rst636 :attr:`error_headers`, and :attr:`error_body` attributes to generate an output
651 .. attribute:: BaseHandler.error_headers