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