Skip to content

Commit

Permalink
better example for accessing previous requests
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 11, 2013
1 parent c7dc48c commit de97223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Mojo/Transaction/HTTP.pm
Expand Up @@ -266,7 +266,8 @@ and implements the following new ones.
Previous transaction that triggered this followup transaction.
# Path of previous request
# Paths of previous requests
say $tx->previous->previous->req->url->path;
say $tx->previous->req->url->path;
=head1 METHODS
Expand Down

0 comments on commit de97223

Please sign in to comment.