-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
Description
Hello,
Sometimes there are some hooks that I would like to run for every request on the stream (for example, for include certain common header).
Currently there is no way to do this. At first instance I though that beforeMain was for that, but this is a mistake from my side ,probably because the total absence of a clear usage example of beforeMain. BeforeMain should be a list of REST request, probably for getting some cookie or something like that.
Would it be possible to impelemnt a beforeHooks configurable at flow level insted of just request?
Thanks and regards