method
content_type=

content_type=(type)
public
Hide source
# File lib/webrick/httpresponse.rb, line 80 def content_type=(type) self['content-type'] = type end