HTML-escape a string or object
This converts any non-string objects passed into it to strings (actually, using unicode()). All values returned are non-unicode strings (using &#num; entities for all non-ASCII characters).
None is treated specially, and returns the empty string.
This class contains 69 members.
Represents a WSGI response
This class contains 48 members.
See the source for more information.