in funcframework/framework.go [92:94]
func RegisterHTTPFunctionContext(ctx context.Context, path string, fn func(http.ResponseWriter, *http.Request)) error { return registry.Default().RegisterHTTP(fn, registry.WithPath(path)) }