﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
9943	Implement the rest of the HTTP require_* decorators and HttpResponse* classes	Zach Hirsch	nobody	"Hi,

I've been using Django to implement a few JSON web services, and I've found myself writing the (trivial) {{{require_PUT}}}, {{{require_DELETE}}}, etc. decorators to parallel those already defined in {{{django/views/decorators/http.py}}}. I've also found myself writing the (again, trivial) {{{HttpResponseCreated}}}, {{{HttpResponseNoContent}}}, etc. classes to parallel those in {{{django/http/__init__.py}}}.

I think it would be nice if these were built-in to Django, since they're easy to write, don't cause much overhead, and are pretty useful to have. Rather than cherry-pick the ones that I've used, or the ones that I think would be most useful, I've just done through the HTTP RFC and added them all. A patch is attached.

Thanks,[[BR]]
-Zach"		closed	HTTP handling	1.0		wontfix			Unreviewed	1	0	0	0	0	0
