The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.945

  • Change: 28ac3ae14572aed075c53b5930dfd24645cbfe03 Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-03-10 14:58:49 +0000
    • Rely on latest POE::Component::Client::Keepalive.
  • Change: bcc6b11a4effd9a59e6315a1c667d88067896231 Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-03-10 14:55:23 +0000
    • [rt.cpan.org 70268] Some DNS providers redirect bad hosts.
    • They redirect bad hosts instead of allowing outright failure. I think it's supposed to be helpful, or improve domain sales, or both, or something. But anyway, it meant that people using certain DNS providers wouldn't be able to cleanly test this distribution.
    • Thanks to "blackcode" for reporting this. Unfortunately I'm not sure of a foolproof solution other than to make the test accept 303s.
    • Patches are welcome, dear reader from the future.
  • Change: 90a80744154fc20a135360c229d42fb3d479ce8c Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-03-10 14:17:09 +0000
    • Shut down user agents in tests so they end more promptly.
  • Change: 565515d6870b9b7e1fd0f13edb1ec94dfcbb5dbe Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-01-25 16:52:30 +0000
    • Allow response events to be objects.
    • Reflex::POE::Event objects are intended to be used as POE events. For it to work, components like this one must treat events as opaque data.

Modules

a HTTP user-agent component
Non-blocking incremental HTTP chunk parser.
filter data as HTTP::Response objects

Provides

in lib/POE/Component/Client/HTTP/RequestFactory.pm
in lib/POE/Filter/HTTPHead.pm