class Falcon::Adapters::Response

def initialize(status, headers, body, protocol = nil)

def initialize(status, headers, body, protocol = nil)
	super(nil, status, headers, body, protocol)
end