# File lib/rev/http_client.rb, line 71 71: def munge_header_keys(head) 72: head.reduce({}) { |h, (k, v)| h[k.to_s.downcase] = v; h } 73: end