The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.17

  • only send the connection header with the highest precedence (Furl::request => Furl::new) (Kazuho Oku)
  • close the connection when furl requested as such, even if the server sent "connection: keep-alive" (Kazuho Oku)
  • support keep-alive for $furl->request(method => 'HEAD', headers => [ qw(connection keep-alive) ]) (Kazuho Oku)
  • always send the connection header (support for automatic keep-alive with HTTP/1.0 servers) (Kazuho Oku)

Modules

Lightning-fast URL fetcher
Low level interface to Furl
HTTP Headers object

Provides

in lib/Furl/ConnectionCache.pm
in lib/Furl/Response.pm
in lib/Furl/ZlibStream.pm

Examples