lundi 8 octobre 2018

Flask How to dispatch request from a method to another?

I was wondering if Flask has a function that dispatches the request from one method to another conserving its all data in request (header, payloads..).

As far as I know, Java Spring Framework does that quite easily, but I couldn't find one in Flask.

I can't use redirect method because the data will be gone when I utilize redirect.

Aucun commentaire:

Enregistrer un commentaire