Skip to content

Commit

Permalink
mention text method in Mojolicious::Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 20, 2013
1 parent 0ad8bf8 commit 536f6ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Mojolicious/Controller.pm
Expand Up @@ -735,6 +735,7 @@ Get L<Mojo::Message::Request> object from L<Mojo::Transaction/"req">.
my $host = $c->req->url->to_abs->host;
my $agent = $c->req->headers->user_agent;
my $body = $c->req->body;
my $str = $c->req->text;
my $hash = $c->req->json;
my $foo = $c->req->json('/23/foo');
my $dom = $c->req->dom;
Expand Down

0 comments on commit 536f6ad

Please sign in to comment.