Method: Mongrel2::HTTPResponse#content_type

Defined in:
lib/mongrel2/httpresponse.rb

#content_typeObject

Return the current response Content-Type.



136
137
138
# File 'lib/mongrel2/httpresponse.rb', line 136

def content_type
	return self.headers[ :content_type ]
end