# File lib/puppet/network/http/compression.rb, line 48
48:     def add_accept_encoding(headers={})
49:       headers['accept-encoding'] = 'gzip; q=1.0, deflate; q=1.0; identity' if Puppet.settings[:http_compression]
50:       headers
51:     end