Package cherrypy :: Module _cprequest :: Class ResponseBody
[hide private]
[frames] | no frames]

Class ResponseBody

source code

object --+
         |
        ResponseBody

The body of the HTTP response (the response entity).

Instance Methods [hide private]
 
__get__(self, obj, objclass=None) source code
 
__set__(self, obj, value) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  unicode_err = "Page handlers MUST return bytes. Use tools.enco...
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

unicode_err

Value:
"Page handlers MUST return bytes. Use tools.encode " "if you wish to r\
eturn unicode."