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