Skip to content

Commit

Permalink
mention that DNT is a header
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 8, 2013
1 parent c3e0ee2 commit 9592e9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

4.19 2013-07-09

4.18 2013-07-08
- Added --mode option to Morbo.
- Fixed bug in Mojo::UserAgent where not all 2xx responses would be accepted
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/UserAgent/Transactor.pm
Expand Up @@ -353,7 +353,7 @@ C<307> or C<308> redirect response if possible.
Versatile general purpose L<Mojo::Transaction::HTTP> transaction builder for
requests, with support for content generators.
# Inspect generated request
# Generate and inspect custom GET request with DNT header and content
say $t->tx(GET => 'example.com' => {DNT => 1} => 'Bye!')->req->to_string;
# Use a custom socket for processing this transaction
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -41,7 +41,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Top Hat';
our $VERSION = '4.18';
our $VERSION = '4.19';

sub AUTOLOAD {
my $self = shift;
Expand Down

0 comments on commit 9592e9a

Please sign in to comment.