Navigation Menu

Skip to content

Commit

Permalink
mention the method too
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 3, 2016
1 parent e9deeb1 commit 700e546
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.12 2016-12-01
7.12 2016-12-03

7.11 2016-11-30
- Added EXPERIMENTAL close_idle_connections method to Mojo::Server::Daemon.
Expand Down
1 change: 1 addition & 0 deletions lib/Mojolicious/Controller.pm
Expand Up @@ -728,6 +728,7 @@ Get L<Mojo::Message::Request> object from L</"tx">.
my $req = $c->tx->req;
# Extract request information
my $method = $c->req->method;
my $url = $c->req->url->to_abs;
my $info = $c->req->url->to_abs->userinfo;
my $host = $c->req->url->to_abs->host;
Expand Down

0 comments on commit 700e546

Please sign in to comment.