From b907a4448572e3c48137e983248fb7411246563a Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 18 Nov 2013 15:50:29 +0000 Subject: Remove .html suffixes --- api-guide/responses.html | 87 ++++++++++++++++++++++++------------------------ 1 file changed, 44 insertions(+), 43 deletions(-) (limited to 'api-guide/responses.html') diff --git a/api-guide/responses.html b/api-guide/responses.html index 749d68f0..9c470740 100644 --- a/api-guide/responses.html +++ b/api-guide/responses.html @@ -4,6 +4,7 @@
Arguments:
data: The serialized data for the response.status: A status code for the response. Defaults to 200. See also status codes.status: A status code for the response. Defaults to 200. See also status codes.template_name: A template name to use if HTMLRenderer is selected.headers: A dictionary of HTTP headers to use in the response.content_type: The content type of the response. Typically, this will be set automatically by the renderer as determined by content negotiation, but there may be some cases where you need to specify the content type explicitly.