= private = protected
content_length=(len)
Sets the content-length header to len
# File lib/webrick/httpresponse.rb, line 155 def content_length=(len) self['content-length'] = len.to_s end