# File lib/grape/middleware/base.rb, line 68 def content_type content_type_for(env[Grape::Env::API_FORMAT] || options[:format]) || TEXT_HTML end