Search results for "module:Net::Async::HTTP"

Net::Async::HTTP - use HTTP with IO::Async River stage two • 24 direct dependents • 28 total dependents

This object class implements an asynchronous HTTP user agent. It sends requests to servers, returning Future instances to yield responses when they are received. The object supports multiple concurrent connections to servers, and allows multiple requ...

PEVANS/Net-Async-HTTP-0.49 - 06 Jun 2023 16:56:44 UTC

Net::Async::HTTP::DAV - support for WebDAV over Net::Async::HTTP River stage zero No dependents

Does some very basic WebDAV stuff. See <http://www.webdav.org/specs/rfc2518.html>. Highly experimental, no documentation, see examples/ in source distribution. API is likely to change....

TEAM/Net-Async-HTTP-DAV-0.001 - 16 Aug 2014 12:56:49 UTC

Net::Async::HTTP::Server - serve HTTP with IO::Async River stage one • 4 direct dependents • 4 total dependents

This module allows a program to respond asynchronously to HTTP requests, as part of a program based on IO::Async. An object in this class listens on a single port and invokes the "on_request" callback or subclass method whenever an HTTP request is re...

PEVANS/Net-Async-HTTP-Server-0.14 - 05 Jun 2023 15:51:21 UTC

Net::Async::HTTP::Connection - HTTP client protocol handler River stage two • 24 direct dependents • 28 total dependents

This class provides a connection to a single HTTP server, and is used internally by Net::Async::HTTP. It is not intended for general use....

PEVANS/Net-Async-HTTP-0.49 - 06 Jun 2023 16:56:44 UTC

lib/Net/Async/HTTP/StallTimer.pm River stage two • 24 direct dependents • 28 total dependents

PEVANS/Net-Async-HTTP-0.49 - 06 Jun 2023 16:56:44 UTC

Net::Async::HTTP::Server::PSGI - use PSGI applications with Net::Async::HTTP::Server River stage one • 4 direct dependents • 4 total dependents

This subclass of Net::Async::HTTP::Server allows an HTTP server to use a PSGI application to respond to requests. It acts as a gateway between the HTTP connection from the web client, and the "PSGI" application. Aside from the use of "PSGI" instead o...

PEVANS/Net-Async-HTTP-Server-0.14 - 05 Jun 2023 15:51:21 UTC

Net::Async::HTTP::Server::Request - represents a single outstanding request River stage one • 4 direct dependents • 4 total dependents

Objects in this class represent a single outstanding request received by a Net::Async::HTTP::Server instance. It allows access to the data received from the web client and allows responding to it....

PEVANS/Net-Async-HTTP-Server-0.14 - 05 Jun 2023 15:51:21 UTC

lib/Net/Async/HTTP/DAV/XML.pm River stage zero No dependents

TEAM/Net-Async-HTTP-DAV-0.001 - 16 Aug 2014 12:56:49 UTC

lib/Net/Async/HTTP/DAV/Response.pm River stage zero No dependents

TEAM/Net-Async-HTTP-DAV-0.001 - 16 Aug 2014 12:56:49 UTC

lib/Net/Async/HTTP/Server/Protocol.pm River stage one • 4 direct dependents • 4 total dependents

PEVANS/Net-Async-HTTP-Server-0.14 - 05 Jun 2023 15:51:21 UTC

Plack::Handler::Net::Async::HTTP::Server - HTTP handler for Plack using Net::Async::HTTP::Server River stage one • 4 direct dependents • 4 total dependents

This module allows Plack to run a PSGI application as a standalone HTTP daemon under IO::Async, by using Net::Async::HTTP::Server. plackup -s Net::Async::HTTP::Server --listen ":8080" application.psgi This is internally implemented using Net::Async::...

PEVANS/Net-Async-HTTP-Server-0.14 - 05 Jun 2023 15:51:21 UTC

Net::Async::Webservice::Common::Exception River stage one • 2 direct dependents • 2 total dependents

These classes are based on Throwable and StackTrace::Auto. The "as_string" method should return something readable, with a full stack trace....

DAKKAR/Net-Async-Webservice-Common-1.0.2 - 31 Jul 2014 09:08:30 UTC

lib/Net/HTTP2/Client/IOAsync.pm River stage zero No dependents

FELIPE/Net-HTTP2-0.02 - 02 Oct 2022 00:20:31 UTC

Net::HTTP2::Client::Connection::IOAsync River stage zero No dependents

This class extends Net::HTTP2::Client::Connection to work with IO::Async. It requires IO::Async::SSL, which as of this writing is a separate distribution....

FELIPE/Net-HTTP2-0.02 - 02 Oct 2022 00:20:31 UTC

Net::HTTP2 - HTTP/2 in Perl, simplified. River stage zero No dependents

This distribution wraps Protocol::HTTP2 to simplify use of HTTP/2 <https://www.rfc-editor.org/rfc/rfc9113> in Perl. See Net::HTTP2::Client for the client interface. (This class itself exposes no code; it’s just here as generic documentation for the d...

FELIPE/Net-HTTP2-0.02 - 02 Oct 2022 00:20:31 UTC

Net::Async::ZMQ - IO::Async support for ZeroMQ River stage one • 1 direct dependent • 5 total dependents

A subclass of IO::Async::Notifier that can hold ZMQ sockets that are provided by Net::Async::ZMQ::Socket. Supports sockets from the following libraries: * ZMQ::LibZMQ3 * ZMQ::LibZMQ4 * ZMQ::FFI...

ZMUGHAL/Net-Async-ZMQ-0.002 - 15 Nov 2021 08:57:21 UTC

Net::Async::IRC - use IRC with IO::Async River stage one • 1 direct dependent • 2 total dependents

This object class implements an asynchronous IRC client, for use in programs based on IO::Async. Most of the actual IRC message handling behaviour is implemented by the parent class Net::Async::IRC::Protocol. Most of the behaviour related to being an...

PEVANS/Net-Async-IRC-0.12 - 27 Dec 2021 13:25:43 UTC

Net::Async::FTP - use FTP with IO::Async River stage zero No dependents

This object class implements an asynchronous FTP client, for use in IO::Async-based programs. The code in this module is not particularly complete. It contains a minimal implementation of a few FTP commands, not even the full minimal set the RFC sugg...

PEVANS/Net-Async-FTP-0.08 - 27 Mar 2014 23:49:43 UTC

Net::AS2 - AS2 Protocol implementation (RFC 4130) used in Electronic Data Exchange (EDI) River stage one • 1 direct dependent • 1 total dependent

This is a class for handling AS2 (RFC 4130) communication - sending message (optionally sign and encrypt), decoding Message Disposition Notification. Receiving message and produce corresponding Message Disposition Notification. Protocol Introduction ...

AJM/Net-AS2-1.0110 - 17 Jun 2019 04:59:26 UTC

Net::AS2 - AS2 Protocol implementation (RFC 4130) used in Electronic Data Exchange (EDI) River stage one • 1 direct dependent • 1 total dependent

This is a class for handling AS2 (RFC 4130) communication - sending message (optionally sign and encrypt), decoding Message Disposition Notification. Receiving message and produce corresponding Message Disposition Notification. Protocol Introduction ...

AJM/Net-AS2-1.0110 - 17 Jun 2019 04:59:26 UTC
101 results (0.037 seconds)