Skip to content

Commit

Permalink
documentation tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 14, 2013
1 parent 082d331 commit 88e998a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Mojolicious/Controller.pm
Expand Up @@ -778,6 +778,7 @@ Get L<Mojo::Message::Request> object from L<Mojo::Transaction/"req">.
# Extract request information
my $url = $c->req->url->to_abs;
my $userinfo = $c->req->url->to_abs->userinfo;
my $host = $c->req->url->to_abs->host;
my $agent = $c->req->headers->user_agent;
my $body = $c->req->body;
my $foo = $c->req->json('/23/foo');
Expand Down

0 comments on commit 88e998a

Please sign in to comment.