# File lib/ftw/http/headers.rb, line 104
  def get(field)
    field = field.downcase
    return @headers[field]
  end