in lib/functions_framework/server.rb [519:526]
def initialize function, globals, config
super config
@function = function
@globals = globals
@cloud_events = ::CloudEvents::HttpBinding.default
@legacy_events = LegacyEventConverter.new
end