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 UTCIMPORT 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-0.12 - 12 Jan 2021 08:57:45 UTCFurl 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!...
TOKUHIROM/Furl-3.13 - 19 Sep 2017 06:34:38 UTCNote: 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 UTCHTTP::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 UTCRobots 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 UTCThis 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.076 - 06 Aug 2018 01:09:54 UTCThis 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 UTCThis 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 UTCAlthough 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 UTCThis 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.04 - 19 Dec 2018 10:14:27 UTCThis 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 UTCHTTP::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 UTCHTTP::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 UTCHTTP::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.17 - 07 Jul 2020 23:56:15 UTCIntroduction 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 UTCAn "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.29 - 06 Mar 2021 04:52:17 UTCHTTP::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 UTCHTTP::Session2 is yet another HTTP session data management library....
TOKUHIROM/HTTP-Session2-1.10 - 26 Jan 2018 05:02:08 UTCThis module is an AnyEvent user, you need to make sure that you use and run a supported event loop. This module implements a simple, stateless and non-blocking HTTP client. It supports GET, POST and other request methods, cookies and more, all on a v...
MLEHMANN/AnyEvent-HTTP-2.25 - 27 Apr 2020 12:15:25 UTC