method
[]=
[]=(field, value)
public
Hide source
# File lib/webrick/httpresponse.rb, line 61 def []=(field, value) @header[field.downcase] = value.to_s end