# File lib/rack/response.rb, line 50
    def []=(key, value)
      header[key] = value
    end