# File lib/ftw/http/message.rb, line 46
  def []=(field, value)
    @headers[field] = value
  end