How to decorate Siesta request with an asynchronous task
问题 What is the correct way to alter a Request performing an asynchronous task before the Request happens? So any request Rn need to become transparently Tn then Rn. A little of background here : The Task is a 3rd party SDK that dispatch a Token I need to use as Header for the original request. My idea is to decorate the Rn, but in doing this I need to convert my Tn task into a Siesta Request I can chain then. So I wrapped the Asynchronous Task and chained to my original request. Thus any Rn will