Skip to content

Commit

Permalink
improved cookie jar documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 16, 2011
1 parent 4ab07e2 commit 206f99f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Mojo/CookieJar.pm
Expand Up @@ -154,7 +154,7 @@ following new ones.
$jar = $jar->add(@cookies);
Add multiple cookies to the jar.
Add multiple L<Mojo::Cookie::Response> objects to the jar.
=head2 C<empty>
Expand All @@ -166,19 +166,19 @@ Empty the jar.
$jar = $jar->extract($tx);
Extract cookies from transaction.
Extract response cookies from transaction.
=head2 C<find>
my @cookies = $jar->find($url);
Find cookies in the jar.
Find L<Mojo::Cookie::Request> objects in the jar for L<Mojo::URL> object.
=head2 C<inject>
$jar = $jar->inject($tx);
Inject cookies into transaction.
Inject request cookies into transaction.
=head1 SEE ALSO
Expand Down

0 comments on commit 206f99f

Please sign in to comment.