Skip to content

Commit

Permalink
mention how to get all uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 1, 2016
1 parent c3694c7 commit f38b5a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

7.06 2016-08-30
7.06 2016-09-01

7.05 2016-08-29
- Fixed bug in Mojo::IOLoop::Subprocess where EV would steal the subprocess
Expand Down
1 change: 1 addition & 0 deletions lib/Mojolicious/Controller.pm
Expand Up @@ -736,6 +736,7 @@ Get L<Mojo::Message::Request> object from L</"tx">.
my $bytes = $c->req->body;
my $str = $c->req->text;
my $hash = $c->req->params->to_hash;
my $all = $c->req->uploads;
my $value = $c->req->json;
my $foo = $c->req->json('/23/foo');
my $dom = $c->req->dom;
Expand Down

0 comments on commit f38b5a2

Please sign in to comment.