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

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

Net::HTTP::NB - Non-blocking HTTP client River stage four • 28 direct dependents • 6252 total dependents

Same interface as "Net::HTTP" but it will never try multiple reads when the read_response_headers() or read_entity_body() methods are invoked. This make it possible to multiplex multiple Net::HTTP::NB using select without risk blocking. If read_respo...

OALDERS/Net-HTTP-6.23 - 16 Jun 2023 11:47:29 UTC

Net::HTTP - Low-level HTTP connection (client) River stage four • 28 direct dependents • 6252 total dependents

The "Net::HTTP" class is a low-level HTTP client. An instance of the "Net::HTTP" class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The "Net::HTTP" class supports "HTTP/1.0" and "HTTP/1.1". "Net::HTTP" is a s...

OALDERS/Net-HTTP-6.23 - 16 Jun 2023 11:47:29 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::WAMP - Support for Web Application Messaging Protocol (“WAMP”) River stage zero No dependents

This distribution provides support in Perl for the Web Application Messaging Protocol (WAMP) <http://wamp-proto.org/>....

FELIPE/Net-WAMP-0.03 - 25 Aug 2018 02:52:58 UTC

Net::ACME2 - Client logic for the ACME (Let's Encrypt) protocol River stage one • 1 direct dependent • 1 total dependent

This library implements client logic for the ACME (Automated Certificate Management Environment) protocol, as standardized in RFC 8555 <https://www.rfc-editor.org/rfc/rfc8555.txt> and popularized by Let’s Encrypt <http://letsencrypt.org>. POD ERRORS ...

FELIPE/Net-ACME2-0.35 - 13 Apr 2020 23:17:09 UTC

Net::Akismet - Perl interface to Akismet - comment and trackback spam fighter River stage one • 1 direct dependent • 1 total dependent

NIKOLAY/Net-Akismet-0.05 - 05 Jun 2008 17:16:44 UTC

Net::WebSocket - WebSocket in Perl River stage zero No dependents

This distribution provides a set of fundamental tools for communicating via WebSocket <https://tools.ietf.org/html/rfc6455>. It is only concerned with the protocol itself; the underlying transport mechanism is up to you: it could be a file, a UNIX so...

FELIPE/Net-WebSocket-0.24 - 20 Oct 2021 18:33:22 UTC

Net::HTTPS::NB - Non-blocking HTTPS client River stage two • 4 direct dependents • 24 total dependents

Same interface as Net::HTTPS but it will never try multiple reads when the read_response_headers() or read_entity_body() methods are invoked. In addition allows non-blocking connect. If read_response_headers() did not see enough data to complete the ...

OLEG/Net-HTTPS-NB-0.15 - 25 Aug 2016 17:51:27 UTC

Net::Nessus::REST - REST interface for Nessus 6.0 River stage zero No dependents

This module provides a Perl interface for communication with Nessus scanner using REST interface....

GROUSSE/Net-Nessus-REST-0.6 - 08 Mar 2016 20:32:22 UTC

Net::iTMS::Search - Represents a simple search of the iTunes Music Store River stage zero No dependents

Net::iTMS::Search represents a search of the iTMS and encapsulates the associated data. PLEASE NOTE: This simple search is currently broken due to unresolvable changes in the iTMS. Please use Net::iTMS::Search::Advanced, which works. Methods new($itm...

TSIBLEY/Net-iTMS-0.15 - 29 Mar 2005 14:52:51 UTC

Net::Curl::Promiser - Asynchronous libcurl, the easy way! River stage zero No dependents

Net::Curl::Multi is powerful but tricky to use: polling, callbacks, timers, etc. This module does all of that for you and puts a Promise interface on top of it, so asynchronous I/O becomes almost as simple as synchronous I/O. Net::Curl::Promiser itse...

FELIPE/Net-Curl-Promiser-0.20 - 24 Jul 2023 05:46:27 UTC

Net::APNS::Feedback - Retrieve data from Apple's APNS feedback service River stage zero No dependents

Apple's APNS system provides a feedback service to let you know the device rejected notifications because they are no longer wanted (usually meaning the app has been removed). See the Apple Push Notification Service Programming Guide....

AUFFLICK/Net-APNS-Persistent-0.02 - 07 Dec 2009 11:07:15 UTC

Net::APNS::Persistent - Send Apple APNS notifications over a persistent connection River stage zero No dependents

Class to create a persistent connection to Apple's APNS servers...

AUFFLICK/Net-APNS-Persistent-0.02 - 07 Dec 2009 11:07:15 UTC

Net::HTTP2::Response - HTTP/2 Response River stage zero No dependents

This class represents an HTTP/2 response....

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

Net::BitTorrent::Version - Net::BitTorrent's project-wide version numbers River stage zero No dependents

Because of the problems coordinating revision numbers in a distributed version control system and across a directory full of Perl modules, this module provides a central location for the project's overall release number, the version string provided i...

SANKO/Net-BitTorrent-0.052 - 02 Apr 2010 18:53:59 UTC

Net::BitTorrent::Protocol - Packet utilities for the BitTorrent protocol River stage zero No dependents

What would BitTorrent be without packets? TCP noise, mostly. For similar work and links to the specifications behind these packets, move on down to the See Also section....

SANKO/Net-BitTorrent-0.052 - 02 Apr 2010 18:53:59 UTC

Net::ACME2::Authorization River stage one • 1 direct dependent • 1 total dependent

The ACME Authorization object....

FELIPE/Net-ACME2-0.35 - 13 Apr 2020 23:17:09 UTC

Net::Curl::Promiser::Select River stage zero No dependents

This module implements Net::Curl::Promiser via Perl’s select() built-in. See /examples in the distribution for a fleshed-out demonstration. This is “the hard way” to do this, by the way. Your life will be simpler if you use (or create) an event-loop-...

FELIPE/Net-Curl-Promiser-0.20 - 24 Jul 2023 05:46:27 UTC

Net::BitTorrent::Protocol::BEP03 - Packet Utilities for BEP03, the Basic BitTorrent Wire Protocol River stage one • 2 direct dependents • 2 total dependents

What would BitTorrent be without packets? TCP noise, mostly. For similar work and the specifications behind these packets, move on down to the See Also section. If you're looking for quick, pure Perl bencode/bdecode functions, you should give Net::Bi...

SANKO/Net-BitTorrent-Protocol-1.5.3 - 02 Oct 2016 12:29:35 UTC
19 results (0.055 seconds)