Skip to content

Commit

Permalink
more consistent descriptions for header checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 15, 2015
1 parent ce91043 commit cf0e124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

6.32 2015-11-15
6.32 2015-11-16

6.31 2015-11-13
- Improved documentation browser CSS.
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/Content.pm
Expand Up @@ -484,13 +484,13 @@ content.
my $bool = $content->is_chunked;
Check if content is chunked.
Check if C<Transfer-Encoding> header indicates chunked tranfer encoding.
=head2 is_compressed
my $bool = $content->is_compressed;
Check if content is gzip compressed.
Check C<Content-Encoding> header for C<gzip> value.
=head2 is_dynamic
Expand Down

0 comments on commit cf0e124

Please sign in to comment.