django-rest-framework/docs/api-guide/renderers.md
2012-09-26 21:47:19 +01:00

580 B

Renderers

Before a TemplateResponse instance can be returned to the client, it must be rendered. The rendering process takes the intermediate representation of template and context, and turns it into the final byte stream that can be served to the client.

Django documentation

JSONRenderer

JSONPRenderer

YAMLRenderer

XMLRenderer

DocumentingHTMLRenderer

TemplatedHTMLRenderer

Custom renderers