# File lib/net/http.rb, line 1202 def get_fields(key) return nil unless @header[key.downcase] @header[key.downcase].dup end