Method: Down::Wget::DownloadedFile#content_type

Defined in:
lib/down/wget.rb

#content_typeObject



209
210
211
# File 'lib/down/wget.rb', line 209

def content_type
  headers["Content-Type"].to_s.split(";").first
end