Hello everyone,

Is it possible to get all POST params im Mojolicious::Lite 
<https://metacpan.org/pod/Mojolicious::Lite> like in Mojolicious 
<https://metacpan.org/pod/Mojolicious>? Like this:

my $param = $self->req->params->to_hash;

I tried this way <https://github.com/kraih/mojo/wiki/Request-data>:

my @params = $self->param;

But Dumper show me an empty array despite I can access each param via 
$self->param("<param_name>")



-- 
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.

Reply via email to