[Mojolicious] Re: Mojolicious - how to intercept the incoming request before controller method handles and renders

2019-09-19 Thread Sachin Dangol
Thank you very much for the best web framework and for the answer. 🙏👏😊 I have posted the answer to stack overflow. -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email

[Mojolicious] Re: Mojolicious - how to intercept the incoming request before controller method handles and renders

2019-09-18 Thread sri
There is no good solution for this. Best you're going to get is the around_action hook and the information from $c->match->stack. https://metacpan.org/pod/Mojolicious#around_action https://metacpan.org/pod/Mojolicious::Routes::Match#stack -- sebastian -- You received this message becau