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

Search results for "module:Curl"

Net::Curl - Perl interface for libcurl River stage two • 13 direct dependents • 20 total dependents

This package contains some static functions and version-releated constants. It does not export by default anything, but constants can be exported upon request. use Net::Curl qw(:constants); To perform any request you want Net::Curl::Easy. FUNCTIONS N...

SYP/Net-Curl-0.56 - 01 Apr 2024 08:12:58 UTC

LWP::Curl - LWP methods implementation with Curl engine River stage zero No dependents

LWP::Curl provides an interface similar to the LWP library, but is built on top of the Curl library. The simple LWP-style interface means you don't have to know anything about the underlying library....

LORN/LWP-Curl-0.14 - 05 Jan 2016 18:19:19 UTC

WWW::Curl - Perl extension interface for libcurl River stage two • 16 direct dependents • 22 total dependents

WWW::Curl is a Perl extension interface for libcurl....

SZBALINT/WWW-Curl-4.17 - 21 Feb 2014 16:22:32 UTC

HTTP::Curl - HTTP interface for Net::Curl (clone of HTTP::Any::Curl) River stage zero No dependents

Curl use Net::Curl::Easy; use HTTP::Curl; my $easy = Net::Curl::Easy->new(); my ($is_success, $body, $headers, $redirects) = HTTP::Curl::do_http($easy, $url, $opt); or my $cb = sub { my ($is_success, $body, $headers, $redirects) = @_; ... }; HTTP::Cu...

KNI/HTTP-Curl-1.06 - 17 Jul 2023 09:43:52 UTC

Alien::curl - Discover or download and install curl + libcurl River stage zero No dependents

This distribution provides curl so that it can be used by other Perl distributions that are on CPAN. It does this by first trying to detect an existing install of curl on your system. If found it will use that. If it cannot be found, the source code ...

PLICEASE/Alien-curl-0.11 - 27 Nov 2022 09:17:33 UTC

Net::Curl::Easy - Perl interface for curl_easy_* functions River stage two • 13 direct dependents • 20 total dependents

This module wraps easy handle from libcurl and all related functions and constants. It does not export by default anything, but constants can be exported upon request. use Net::Curl::Easy qw(:constants); CONSTRUCTOR new( [BASE] ) Creates new Net::Cur...

SYP/Net-Curl-0.56 - 01 Apr 2024 08:12:58 UTC

Net::Curl::Form - Form builder for Net::Curl River stage two • 13 direct dependents • 20 total dependents

This module lets you build multipart/form-data HTTP POST. When finished it can be either supplied to Net::Curl::Easy handle or serialized manually. Net::Curl::Form does not export by default anything, but constants can be exported upon request. use N...

SYP/Net-Curl-0.56 - 01 Apr 2024 08:12:58 UTC

Net::Curl::Multi - Perl interface for curl_multi_* functions River stage two • 13 direct dependents • 20 total dependents

This module wraps multi handle from libcurl and all related functions and constants. It does not export by default anything, but constants can be exported upon request. use Net::Curl::Multi qw(:constants); CONSTRUCTOR new( [BASE] ) Creates new Net::C...

SYP/Net-Curl-0.56 - 01 Apr 2024 08:12:58 UTC

Net::Curl::Share - Perl interface for curl_share_* functions River stage two • 13 direct dependents • 20 total dependents

This module wraps share handle from libcurl and all related functions and constants. It does not export by default anything, but constants can be exported upon request. use Net::Curl::Share qw(:constants); CONSTRUCTOR new( [BASE] ) Creates new Net::C...

SYP/Net-Curl-0.56 - 01 Apr 2024 08:12:58 UTC

Net::Curl::Easier - Convenience wrapper around Net::Curl::Easy River stage zero No dependents

Net::Curl is wonderful, but Net::Curl::Easy is a bit clunky for day-to-day use. This library attempts to make that, well, “easier”. :-) This module extends Net::Curl::Easy, with differences as noted here: POD ERRORS Hey! The above document had some c...

FELIPE/Net-Curl-Easier-0.01 - 17 Feb 2021 17:21:47 UTC

Net::Curl::Simple - simplified Net::Curl interface River stage zero No dependents

"Net::Curl::Simple" is a thin layer over Net::Curl. It simplifies many common tasks, while providing access to full power of Net::Curl when its needed. Net::Curl excells in asynchronous operations, thanks to a great design of libcurl(3). To take adva...

SPARKY/Net-Curl-Simple-0.13 - 15 May 2011 20:34:59 UTC

WWW::Curl::Simple - A Simpler interface to WWW::Curl River stage one • 3 direct dependents • 3 total dependents

ANDREMAR/WWW-Curl-Simple-0.100191 - 13 Dec 2013 04:36:29 UTC

Net::Curl::Compat - compatibility layer for WWW::Curl River stage two • 13 direct dependents • 20 total dependents

Net::Curl::Compat lets you use Net::Curl in applications and modules that normally use WWW::Curl. There are several ways to accomplish it: EXECUTION Execute an application through perl with "-MNet::Curl::Compat" argument: perl -MNet::Curl::Compat APP...

SYP/Net-Curl-0.56 - 01 Apr 2024 08:12:58 UTC

AnyEvent::Curl::Multi - a fast event-driven HTTP client River stage one • 1 direct dependent • 1 total dependent

This module is an AnyEvent user; you must use and run a supported event loop. AnyEvent::Curl::Multi is an asynchronous, event-driven HTTP client. You can use it to make multiple HTTP requests in parallel using a single process. It uses libcurl for fa...

OTTERLEY/AnyEvent-Curl-Multi-1.1 - 25 Mar 2011 22:11:00 UTC

XML::RPC::UA::Curl - XML::RPC useragent, using Curl River stage zero No dependents

Default syncronous useragent for XML::RPC::Fast...

MONS/XML-RPC-Fast-0.8 - 25 Jan 2012 11:54:50 UTC

XAS::Lib::Curl::FTP - A class to transfer files using FTP River stage one • 6 direct dependents • 6 total dependents

This module uses WWW::Curl to transfer files using FTP/FTPS....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 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::Curl::Parallel - perform concurrent HTTP requests using libcurl River stage zero No dependents

Stop trying to make fetch happen; it's not going to happen <https://www.youtube.com/watch?v=Pubd-spHN-0> -- author of superior module, ZR::Curl, fREW "mean-girl" Schmidt...

RKINYON/Net-Curl-Parallel-2.0.0 - 19 Sep 2018 01:02:51 UTC

WWW::Curl::UserAgent - UserAgent based on libcurl River stage one • 1 direct dependent • 1 total dependent

"WWW::Curl::UserAgent" is a web user agent based on libcurl. It can be used easily with "HTTP::Request" and "HTTP::Response" objects and handler callbacks. For an easier interface there is also a method to map a single request to a response. "WWW::Cu...

JHK/WWW-Curl-UserAgent-0.9.8 - 15 Feb 2018 15:10:43 UTC

XAS::Lib::Curl::HTTP - A class for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module uses libcurl <http://curl.haxx.se/libcurl/> as the HTTP engine to make requests from a web server....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC
73 results (0.021 seconds)