Navigation Menu

Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 22, 2013
1 parent 94f3052 commit 5e4f41a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/Mojo/UserAgent/CookieJar.pm
Expand Up @@ -178,19 +178,19 @@ Empty the jar.
=head2 extract
$jar->extract($tx);
$jar->extract(Mojo::Transaction::HTTP->new);
Extract response cookies from transaction.
=head2 find
my @cookies = $jar->find($url);
my @cookies = $jar->find(Mojo::URL->new);
Find L<Mojo::Cookie::Request> objects in the jar for L<Mojo::URL> object.
=head2 inject
$jar->inject($tx);
$jar->inject(Mojo::Transaction::HTTP->new);
Inject request cookies into transaction.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/UserAgent/Proxy.pm
Expand Up @@ -92,7 +92,7 @@ enabled with the MOJO_PROXY environment variable.
=head2 inject
$proxy->inject($tx);
$proxy->inject(Mojo::Transaction::HTTP->new);
Inject proxy server information into transaction.
Expand Down

0 comments on commit 5e4f41a

Please sign in to comment.