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

Search results for "module:POE::Component::Client::HTTP"

POE::Component::Client::HTTP - a HTTP user-agent component River stage two • 39 direct dependents • 55 total dependents

POE::Component::Client::HTTP is an HTTP user-agent for POE. It lets other sessions run while HTTP transactions are being processed, and it lets several HTTP transactions be processed in parallel. It supports keep-alive through POE::Component::Client:...

RCAPUTO/POE-Component-Client-HTTP-0.949 - 08 Jul 2014 18:10:16 UTC

POE::Component::Client::HTTP::Request - an HTTP request class River stage two • 39 direct dependents • 55 total dependents

POE::Component::Client::HTTP::Request encapsulates the state of requests POE::Component::Client::HTTP requests throughout their life cycles. There turns out to be a lot of state to manage....

RCAPUTO/POE-Component-Client-HTTP-0.949 - 08 Jul 2014 18:10:16 UTC

POE::Component::Client::HTTP::RequestFactory - an HTTP request factory object River stage two • 39 direct dependents • 55 total dependents

RCAPUTO/POE-Component-Client-HTTP-0.949 - 08 Jul 2014 18:10:16 UTC

POE::Component::Client::HTTPDeferred - Yet another poco http client with twist like deferred interface. River stage one • 2 direct dependents • 3 total dependents

POE::Component::Client::HTTPDeferred is a wrapper module to add twist (or MochiKit) like callback interface to POE::Component::Client::HTTP. To use this module, you can use code reference as response callback. So you don't have to create POE state fo...

TYPESTER/POE-Component-Client-HTTPDeferred-0.02 - 15 May 2009 02:32:30 UTC

POE::Component::Client::HTTPDeferred::Deferred - Deferred class for POE::Component::Client::HTTPDeferred. River stage one • 2 direct dependents • 3 total dependents

TYPESTER/POE-Component-Client-HTTPDeferred-0.02 - 15 May 2009 02:32:30 UTC

lib/POE/Component/Client/Whois/Smart/NetWhoisRawHTTP.pm River stage one • 2 direct dependents • 2 total dependents

DAVINCHI/POE-Component-Client-Whois-Smart-0.187 - 26 Oct 2009 23:41:14 UTC

POE::Filter::HTTPHead - filter data as HTTP::Response objects River stage two • 39 direct dependents • 55 total dependents

The HTTPHead filter turns stream data that has the appropriate format into a HTTP::Response object. In an all-POE world, this would sit on the other end of a connection as POE::Filter::HTTPD...

RCAPUTO/POE-Component-Client-HTTP-0.949 - 08 Jul 2014 18:10:16 UTC

POE::Filter::HTTPChunk - Non-blocking incremental HTTP chunk parser. River stage two • 39 direct dependents • 55 total dependents

This filter parses HTTP chunks from a data stream. It's used by POE::Component::Client::HTTP to do the bulk of the low-level HTTP parsing....

RCAPUTO/POE-Component-Client-HTTP-0.949 - 08 Jul 2014 18:10:16 UTC

POE - portable multitasking and networking framework for any event loop River stage three • 401 direct dependents • 538 total dependents

POE is a framework for cooperative, event driven multitasking and networking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE provides a unified interface for several other event loops, including sel...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC

POE::Stage - a base class for message-driven objects River stage one • 1 direct dependent • 1 total dependent

POE::Stage is a set of base classes for message-driven objects. It cleanly implements standard patterns that have emerged from years of working with POE and POE::Component modules. As I hope the name implies, POE::Stage objects encapsulate discrete s...

RCAPUTO/POE-Stage-0.060 - 28 Jul 2009 18:15:54 UTC

POE::Filter - protocol abstractions for POE::Wheel and standalone use River stage three • 401 direct dependents • 538 total dependents

POE::Filter objects plug into the wheels and define how the data will be serialized for writing and parsed after reading. POE::Wheel objects are responsible for moving data, and POE::Filter objects define how the data should look. POE::Filter objects...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC

POE::Kernel - an event-based application kernel in Perl River stage three • 401 direct dependents • 538 total dependents

POE::Kernel is the heart of POE. It provides the lowest-level features: non-blocking multiplexed I/O, timers, and signal watchers are the most significant. Everything else is built upon this foundation. POE::Kernel is not an event loop in itself. For...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC

Task::POE::All - All of POE on CPAN River stage zero No dependents

This task contains all distributions under the POE namespace....

APOCAL/Task-POE-All-1.102 - 09 Nov 2014 11:07:41 UTC

POE::Component::Child - Child management component River stage one • 3 direct dependents • 4 total dependents

This POE component serves as a wrapper for POE::Wheel::Run, obviating the need to create a session to receive the events it dishes out....

ECALDER/POE-Component-Child-1.39 - 31 Dec 2005 23:48:04 UTC

POE::Filter::HTTPD - parse simple HTTP requests, and serialize HTTP::Response River stage three • 401 direct dependents • 538 total dependents

POE::Filter::HTTPD interprets input streams as HTTP 0.9, 1.0 or 1.1 requests. It returns a HTTP::Request objects upon successfully parsing a request. On failure, it returns an HTTP::Response object describing the failure. The intention is that applic...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC

POE::Component::IRC - A fully event-driven IRC client module River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC is a POE component (who'd have guessed?) which acts as an easily controllable IRC client for your other POE components and sessions. You create an IRC component and tell it what events your session cares about and where to connect...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Filter::SSL - The easiest and flexiblest way to SSL in POE! River stage one • 2 direct dependents • 2 total dependents

This module allows one to secure connections of *POE::Wheel::ReadWrite* with OpenSSL by a *POE::Filter* object, and behaves (beside of SSLing) as *POE::Filter::Stream*. *POE::Filter::SSL* can be added, switched and removed during runtime, for example...

PRIVI/POE-Filter-SSL-0.41 - 15 Feb 2018 15:35:38 UTC

POE::Component::Curl::Multi - a fast HTTP POE component River stage one • 1 direct dependent • 1 total dependent

POE::Component::Curl::Multi is an HTTP user-agent for POE. It lets other sessions run while HTTP transactions are being processed, and it lets several HTTP transactions be processed in parallel. It uses Net::Curl internally to provide access to "libc...

BINGOS/POE-Component-Curl-Multi-1.02 - 30 Dec 2023 11:36:59 UTC

POE::Filter::Stomp - Perl extension for the POE Environment River stage one • 2 direct dependents • 2 total dependents

This module is a filter for the POE environment. It will translate the input buffer into Net::Stomp::Frame objects and serialize the output buffer from said objects. For more information an the STOMP protocol, please refer to: http://stomp.codehaus.o...

KESTEB/POE-Filter-Stomp-0.04 - 04 Jun 2010 16:04:54 UTC

Gungho::Engine::POE - POE Engine For Gungho River stage one • 1 direct dependent • 1 total dependent

Gunghog::Engine::POE gives you the full power of POE to Gungho....

DMAKI/Gungho-0.09008 - 28 Jul 2008 10:37:52 UTC
152 results (0.06 seconds)