Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
DCMakeLists.txt117 file(GLOB error_headers ${CMAKE_CURRENT_SOURCE_DIR}/../include/mbedtls/*.h)
129 ${error_headers}
159 ${error_headers}
/third_party/python/Lib/wsgiref/
Dhandlers.py119 error_headers = [('Content-Type','text/plain')] variable in BaseHandler
398 start_response(self.error_status,self.error_headers[:],sys.exc_info())
/third_party/python/Doc/library/
Dwsgiref.rst673 :attr:`error_headers`, and :attr:`error_body` attributes to generate an output
688 .. attribute:: BaseHandler.error_headers