Searched refs:unicode_body (Results 1 – 5 of 5) sorted by relevance
24 unicode_body x x data
104 unicode_body
202 ``response.body`` (a string), ``response.unicode_body`` (a219 encoding in ``response.unicode_body``.
455 * Remove deprecation warnings for ``unicode_body`` and ``ubody``.461 * Deprecate ``Response.ubody`` / ``.unicode_body`` in favor of new ``.text`` attribute857 * Add ``ubody`` alias for ``Response.unicode_body``1096 ``resp.body += text`` or ``resp.unicode_body += text``, depending on
431 unicode_body = ubody = property(_text__get, _text__set, _text__del, variable in Response