﻿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
3208	allow to generate a 'no-content' HTTP response (a response with no body)	mihai.preda@…	nobody	"I'd need a way to generate a 'no-content' HTTP response, i.e. a response without any of these headers:

Content-Length:[[BR]]
Content-Type:[[BR]]
Transfer-Encoding: chunked[[BR]]
etc.

I think a 'no-content' is different from a 'zero-length' content (HttpResponse() constructs a zero-length content).
I tried using HttpResponse(None) but it doesn't seem to work.

An example of an HTTP response with no content (taken from the MIDP 2.0 OTA Specification):

HTTP/1.1 200 OK[[BR]]
Server: CoolServer/1.3.12
"	enhancement	closed	Core (Other)	dev	Normal	wontfix	HttpResponse		Design decision needed	0	0	0	0	0	0
