in core/ruby2.5Action/rackapp/response/success.rb [18:21]
def initialize(body = [], status = 200, header = {}) super body.to_json, status, header.merge({'Content-Type' => 'application/json'}) end