error_headers
The HTTP headers used for error responses. This should be a list of WSGI response headers ((name, value)
tuples), as described in PEP 3333. The default list just sets the content type to text/plain
.
error_headers
The HTTP headers used for error responses. This should be a list of WSGI response headers ((name, value)
tuples), as described in PEP 3333. The default list just sets the content type to text/plain
.
Please login to continue.