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"

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::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::AS2::HTTP - UserAgent used for sending AS2 requests over HTTP. River stage one • 1 direct dependent • 1 total dependent

This is a class for sending AS2 (RFC-4130) communication over HTTP. It is a subclass of LWP::UserAgent....

AJM/Net-AS2-1.0111 - 20 Dec 2023 22:42:42 UTC

Net::HTTP::API - Easily create client for net API River stage one • 3 direct dependents • 3 total dependents

Net::HTTP::API is a module to help to easily create a client for a web API. This module is heavily inspired by what Net::Twitter does. THIS MODULE IS IN ITS BETA QUALITY. THE API MAY CHANGE IN THE FUTURE The following roles are added to your class: N...

FRANCKC/Net-HTTP-API-0.14 - 26 Jul 2010 07:31:29 UTC

Net::IMP::HTTP - interface for HTTP specific Net::IMP plugins River stage zero No dependents

The Net::IMP::HTTP modules make it easier to write HTTP specific IMP plugins. We distinguish between HTTP connection specific plugins and HTTP request specific plugins. The differences are: * The offset in the return values of the plugins relates for...

SULLR/Net-IMP-HTTP-0.523 - 09 Dec 2014 21:54:58 UTC

Net::UPnP::HTTP - Perl extension for UPnP. River stage one • 3 direct dependents • 3 total dependents

The package is a inside module....

SKONNO/Net-UPnP-1.4.6 - 23 Dec 2018 09:57:55 UTC

Net::ACME::HTTP - transport logic for Net::ACME. River stage zero No dependents

This module handles communication with an ACME server at the HTTP level. It handles the wrapping of POSTs in JWSes (JSON Wed Signatures). Failure responses prompt exceptions. This includes cases like HTTP 409 from “new-reg”, which maybe isn’t an erro...

FELIPE/Net-ACME-0.17 - 12 Mar 2019 11:30:52 UTC

Net::HTTP::Tiny - minimal HTTP client River stage one • 3 direct dependents • 7 total dependents

This module provides an easy interface to retrieve files using the HTTP protocol. The location of a file to retrieve is specified using a URL. The module conforms to HTTP/1.1, and follows redirections (up to a limit of five chained redirections). Con...

ZEFRAM/Net-HTTP-Tiny-0.002 - 27 Jul 2017 06:14:00 UTC

Net::HTTP::Spore - SPORE client River stage two • 9 direct dependents • 10 total dependents

This module is an implementation of the SPORE specification. To use this client, you need to use or to write a SPORE specification of an API. A description of the SPORE specification format is available at <http://github.com/SPORE/specifications/blob...

ATHREEF/Net-HTTP-Spore-0.09 - 27 Oct 2017 06:54:33 UTC

Net::HTTP::Knork - Lightweight implementation of Spore specification River stage one • 1 direct dependent • 1 total dependent

Net::HTTP::Knork is a module that was inspired by <the Spore specification|https://github.com/SPORE/specifications/blob/master/spore_ description.pod>. So it is like Net::HTTP::Spore but with some differences. JSON or Perl hash specifications Specifi...

BHSERROR/Net-HTTP-Knork-0.20 - 08 Sep 2015 09:59:08 UTC

Net::ACME2::HTTP - transport logic for Net::ACME2. River stage one • 1 direct dependent • 1 total dependent

This module handles communication with an ACME server at the HTTP level. It wraps POSTs in JWSes (JSON Web Signatures) as needed. There should be no reason to interact with this class in production....

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

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::HTTP::Client - A Not-quite-so-low-level HTTP connection (client) River stage one • 1 direct dependent • 1 total dependent

Net::HTTP::Client provides a simple interface to Net::HTTP, and is a sub-class of it. This was written because I wanted something that did less than what LWP::UserAgent does when making requests. Like LWP::UserAgent, it returns an HTTP::Response obje...

ASHLEYW/Net-HTTP-Client-0.012 - 23 Oct 2014 02:43:14 UTC

Net::Prober::http River stage zero No dependents

COSIMO/Net-Prober-0.17 - 15 Jul 2017 11:17:18 UTC

Net::Server::HTTP - very basic Net::Server based HTTP server class River stage two • 36 direct dependents • 88 total dependents

Even though Net::Server::HTTP doesn't fall into the normal parallel of the other Net::Server flavors, handling HTTP requests is an often requested feature and is a standard and simple protocol. Net::Server::HTTP begins with base type MultiType defaul...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::HTTP::Methods - Methods shared by Net::HTTP and Net::HTTPS River stage four • 28 direct dependents • 6252 total dependents

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

Net::Groonga::HTTP - Client library for Groonga httpd. River stage zero No dependents

Net::Groonga::HTTP is a client library for Groonga http server. Groonga is a fast full text search engine. Please look <http://groonga.org/>....

TOKUHIROM/Net-Groonga-HTTP-0.03 - 26 Apr 2013 04:43:56 UTC

Net::HTTP::Factual - RESTful interface to Factual.com, using Spore River stage zero No dependents

Net::HTTP::Factual is currently a thin wrapper around Net::HTTP::Spore that provides the necessary json spec file. This interface should expand with use to provide helper functions around the three available REST verbs, read, input and schema. DEPREC...

SPAZM/Net-HTTP-Factual-0.122480 - 04 Sep 2012 19:09:22 UTC

Net::WebSocket::HTTP - HTTP utilities for Net::WebSocket River stage zero No dependents

FELIPE/Net-WebSocket-0.24 - 20 Oct 2021 18:33:22 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
2,621 results (0.083 seconds)