Skip to content

Commit

Permalink
refer to RFC for header descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 14, 2012
1 parent 8969665 commit 8f7631e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,4 +1,7 @@

3.31 2012-08-15
- Improved documentation.

3.30 2012-08-14
- Added te method to Mojo::Headers.
- Improved documentation.
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/Headers.pm
Expand Up @@ -194,7 +194,7 @@ Mojo::Headers - Headers
=head1 DESCRIPTION
L<Mojo::Headers> is a container for HTTP headers.
L<Mojo::Headers> is a container for HTTP headers as described in RFC 2616.
=head1 ATTRIBUTES
Expand Down Expand Up @@ -514,7 +514,7 @@ Shortcut for the C<Status> header.
my $te = $headers->te;
$headers = $headers->te('chunked');
Shortcut for the C<TE> header. Represents available transfer-encodings.
Shortcut for the C<TE> header.
=head2 C<to_hash>
Expand Down

0 comments on commit 8f7631e

Please sign in to comment.