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

Search results for "module:HTTP::Request::Form"

HTTP::Request::Form - Construct HTTP::Request objects for form processing River stage one • 2 direct dependents • 3 total dependents

This is an extension of the HTTP::Request suite. It allows easy processing of forms in a user agent by filling out fields, querying fields, selections and buttons and pressing buttons. It uses HTML::TreeBuilder generated parse trees of documents (esp...

GBAUER/HTTP-Request-Form-0.952 - 03 Dec 2001 18:37:44 UTC

HTTP::Promise - Asynchronous HTTP Request and Promise River stage one • 1 direct dependent • 2 total dependents

HTTP::Promise provides with a fast and powerful yet memory-friendly API to make true asynchronous HTTP requests using fork with Promise::Me. It is based on the design of HTTP::Message, but with a much cleaner interface to make requests and manage HTT...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Any - a common interface for HTTP clients (LWP, AnyEvent::HTTP, Curl) River stage zero No dependents

IMPORT I recommend placing using HTTP::Any in a separate module which should be used from any point of your project. Why would not make a simple one-line connection? Because of better flexibility and an option to replace the modules used. For example...

KNI/HTTP-Any-1.05 - 17 Jul 2023 09:43:41 UTC

HTTP::ProxyTest - Reject an HTTP request if passed via an open proxy River stage zero No dependents

Robots that send comment spam are often hidden behind anonymous open proxy servers. You can use "HTTP::ProxyTest" to look for open proxies on-the-fly and prevent such spam robots from submitting their crap. The module is particularly useful if you do...

GUNNAR/HTTP-ProxyTest-0.11 - 01 Aug 2011 21:48:57 UTC

Furl::HTTP - Low level interface to Furl River stage two • 83 direct dependents • 99 total dependents

Furl is yet another HTTP client library. LWP is the de facto standard HTTP client for Perl 5, but it is too slow for some critical jobs, and too complex for weekend hacking. Furl resolves these issues. Enjoy it!...

SYOHEX/Furl-3.14 - 13 May 2021 05:30:54 UTC

HTTP::Lite - Lightweight HTTP implementation River stage two • 8 direct dependents • 70 total dependents

Note: you should look at HTTP::Tiny or LWP before using this module. HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It is not intended as a replacement for the fully-featured LWP module. Instead, it is intended for use in s...

NEILB/HTTP-Lite-2.44 - 11 Mar 2015 22:16:55 UTC

HTTP::Body - HTTP Body Parser River stage two • 16 direct dependents • 83 total dependents

HTTP::Body parses chunks of HTTP POST data and supports application/octet-stream, application/json, application/x-www-form-urlencoded, and multipart/form-data. Chunked bodies are supported by not passing a length value to new(). It is currently used ...

GETTY/HTTP-Body-1.22 - 29 Jan 2015 03:53:01 UTC

HTTP::Tiny - A small, simple, correct HTTP/1.1 client River stage four • 404 direct dependents • 3271 total dependents

This is a very simple HTTP/1.1 client, designed for doing simple requests without the overhead of a large framework like LWP::UserAgent. It is more correct and more complete than HTTP::Lite. It supports proxies and redirection. It also correctly resu...

DAGOLDEN/HTTP-Tiny-0.088 - 11 Jul 2023 12:54:02 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

HTTP::GHTTP - Perl interface to the gnome ghttp library River stage one • 1 direct dependent • 1 total dependent

This is a fairly low level interface to the Gnome project's libghttp, which allows you to process HTTP requests to HTTP servers. There also exists a slightly higher level interface - a simple get() function which takes a URI as a parameter. This is n...

MSERGEANT/HTTP-GHTTP-1.07 - 25 Mar 2002 09:26:36 UTC

HTTP::AnyUA - An HTTP user agent programming interface unification layer River stage one • 4 direct dependents • 6 total dependents

This module provides a small wrapper for unifying the programming interfaces of several different actual user agents (HTTP clients) under one familiar interface. Rather than providing yet another programming interface for you to learn, HTTP::AnyUA fo...

CCM/HTTP-AnyUA-0.904 - 17 Mar 2019 06:47:23 UTC

HTTP::Async - process multiple HTTP requests in parallel without blocking. River stage two • 3 direct dependents • 18 total dependents

Although using the conventional "LWP::UserAgent" is fast and easy it does have some drawbacks - the code execution blocks until the request has been completed and it is only possible to process one request at a time. "HTTP::Async" attempts to address...

KAORU/HTTP-Async-0.33 - 14 Jan 2017 15:44:53 UTC

Monit::HTTP - An OOP interface to Monit. River stage zero No dependents

This module exposes an interface to talk with Monit via its HTTP interface. You can use it to get the status of all the monitored services on that particular host such as CPU and Memory usage, current PID, parent PID, current running status, current ...

DJZORT/Monit-HTTP-0.06 - 07 Jan 2023 02:47:38 UTC

HTTP::Simple - Simple procedural interface to HTTP::Tiny River stage two • 1 direct dependent • 11 total dependents

This module is a wrapper of HTTP::Tiny that provides simplified functions for performing HTTP requests in a similar manner to LWP::Simple, but with slightly more useful error handling. For full control of the request process and response handling, us...

DBOOK/HTTP-Simple-0.004 - 08 May 2019 15:21:56 UTC

HTTP::Online - Detect full "Internet" (HTTP) access using Microsoft NCSI River stage one • 5 direct dependents • 7 total dependents

HTTP::Online is a port of the older LWP::Online module to HTTP::Tiny that uses only the (most accurate) methodology, Microsoft NCSI <http://technet.microsoft.com/en-us/library/cc766017.aspx>. Test Mode use LWP::Online ':skip_all'; As a convenience wh...

ADAMK/HTTP-Online-0.02 - 01 Oct 2012 22:59:00 UTC

HTTP::Client - Class for making HTTP requests River stage zero No dependents

HTTP::Client is a class for creating clients, that does not require LWP. It is aimed at speed. It can send HTTP Request headers, get HTTP response headers and get documents....

NEILB/HTTP-Client-1.57 - 20 Jun 2014 02:16:06 UTC

HTTP::Tinyish - HTTP::Tiny compatible HTTP client wrappers River stage two • 8 direct dependents • 30 total dependents

HTTP::Tinyish is a wrapper module for HTTP client modules LWP, HTTP::Tiny and HTTP client software "curl" and "wget". It provides an API compatible to HTTP::Tiny, and the implementation has been extracted out of App::cpanminus. This module can be use...

MIYAGAWA/HTTP-Tinyish-0.19 - 08 Mar 2024 22:31:19 UTC

HTTP::WebTest - Testing static and dynamic web content River stage one • 1 direct dependent • 1 total dependent

Introduction This module runs tests on remote URLs containing Perl/JSP/HTML/JavaScript/etc. and generates a detailed test report. This module can be used "as-is" or its functionality can be extended using plugins. Plugins can define test types and pr...

ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTC

HTTP::Message - HTTP style message (base class) River stage four • 1358 direct dependents • 8529 total dependents

An "HTTP::Message" object contains some headers and a content body. The following methods are available: $mess = HTTP::Message->new $mess = HTTP::Message->new( $headers ) $mess = HTTP::Message->new( $headers, $content ) This constructs a new message ...

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31:38 UTC

HTTP::Server::EV - Asynchronous HTTP server written in C with request parser. River stage zero No dependents

HTTP::Server::EV - Asynchronous HTTP server using EV event loop. It doesn`t load files received in the POST request in memory as moust of CGI modules does, but stores them directly to tmp files, so it`s useful for handling large files without using a...

NYAKNYAN/HTTP-Server-EV-0.69 - 01 Mar 2015 21:19:56 UTC
132 results (0.059 seconds)