Delegate to another middleware from a plugin?

Is there a way to delegate to another middleware from a plugin? I.e. do something like

othermiddleware := <lookup middleware somehow>
othermiddleware.Then(next)

Hello @jochen and thanks for your interest in Traefik,

Is there a way to delegate to another middleware from a plugin?

This is not possible for the moment.