Method: File#content_type

Defined in:
lib/http_requestor.rb

#content_typeObject



216
217
218
# File 'lib/http_requestor.rb', line 216

def content_type
  MIME::Types.type_for(original_filename).first
end