= private = protected
content_type=(type)
Sets the content-type header to type
# File lib/webrick/httpresponse.rb, line 172 def content_type=(type) self['content-type'] = type end