module documentation

The Response class in REST framework is similar to HTTPResponse, except that it is initialized with unrendered data, instead of a pre-rendered string. The appropriate renderer is called during Django's template response rendering.

Class Response An HttpResponse that allows its data to be rendered into arbitrary media types.