in reply to Re^3: Mojolicious absolute url with query in template? (updated)
in thread Mojolicious absolute url with query in template?
Your answer (of course) returns the absolute request url with query string:url_with('/')->to_abs->query
Also those link_to helpers are super cool. Now I see what Corion meant by passing params to the query method and why I'd want to do that.url_with('/')->to_abs
|
|---|