At 2014-09-02 08:36:32 -0700, [email protected] wrote: > > I want to be able to be able to combine the two bridges, linking them > together > somehow, so that the request has to pass through both $logged_in and > $is_xhr, > before it will match with an action. > > Is this possible?
Yes. $a = $r->bridge->to(…); $b = $a->bridge->to(…); $c = $b->route(…); -- ams -- 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 to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
