# File lib/ftw/http/headers.rb, line 42
  def include?(field)
    @headers.include?(field.downcase)
  end