# File lib/vcr/structs.rb, line 397
    def content_encoding
      enc = get_header('Content-Encoding') and enc.first
    end