# File lib/puppet/network/http/handler.rb, line 54 54: def format_to_mime(format) 55: format.is_a?(Puppet::Network::Format) ? format.mime : format 56: end