This module provides functions that return newly created "HTTP::Request" objects. These functions are usually more convenient to use than the standard "HTTP::Request" constructor for the most common requests. Note that LWP::UserAgent has several conv...
OALDERS/HTTP-Message-6.29 - 06 Mar 2021 04:52:17 UTCApache::TestRequest provides convenience functions to allow you to make requests to your Apache test server in your test scripts. It subclasses "LWP::UserAgent", so that you have access to all if its methods, but also exports a number of useful funct...
SHAY/Apache-Test-1.42 - 28 Aug 2019 07:16:37 UTCThere is a lot to say about HTTP Methods in RFC 7231 Section 4. Request Methods <https://tools.ietf.org/html/rfc7231#section-4>. Most of the developers make the wrong assumption that it is just a 'uppercase string'. This module will help writing bett...
VANHOESEL/HTTP-Method-0.03 - 14 Oct 2018 17:52:08 UTC"HTTP::Request" is a class encapsulating HTTP style requests, consisting of a request line, some headers, and a content body. Note that the LWP library uses HTTP style requests even for non-HTTP protocols. Instances of this class are usually passed t...
OALDERS/HTTP-Message-6.29 - 06 Mar 2021 04:52:17 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 UTCWARNING: This module is untested beyond the very basics. The implementation is simple enough that it shouldn't do evil things but, yeah it's still not approved for use by small children. "HTTP::Thin" is a thin wrapper around HTTP::Tiny adding the abi...
PERIGRIN/HTTP-Thin-0.006 - 21 Apr 2014 20:43:57 UTCHTTP::DAV is a Perl API for interacting with and modifying content on webservers using the WebDAV protocol. Now you can LOCK, DELETE and PUT files and much more on a DAV-enabled webserver. HTTP::DAV is part of the PerlDAV project hosted at http://www...
COSIMO/HTTP-DAV-0.49 - 28 Nov 2018 17:01:57 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 UTCThis perl library provides the ability to do simple monitoring of a web page. This data-gatherer class is a little different in that it is setup to make use of two separate VBObjects by default. The primary VBObject records response time and success ...
BSHENRY/VBTK-0.20 - 22 Oct 2003 04:10:29 UTCThis module implements an HTTP proxy, using an HTTP::Daemon to accept client connections, and an LWP::UserAgent to ask for the requested pages. The most interesting feature of this proxy object is its ability to filter the HTTP requests and responses...
BOOK/HTTP-Proxy-0.304 - 16 Jun 2015 00:49:14 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 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 UTCHTTP::Engine abstracts handling the input and output of various web server environments, including CGI, mod_perl and FastCGI. Most of the code is ported over from Catalyst::Engine. If you're familiar with WSGI for Python or Rack for Ruby, HTTP::Engin...
YAPPO/HTTP-Engine-0.03005 - 04 Oct 2011 04:33:39 UTCNOTE: You can find a full description of the Scraper framework in WWW::Scraper::ScraperPOD.pm. "Scraper" is a framework for issuing queries to a search engine, and scraping the data from the resultant multi-page responses, and the associated detail p...
GLENNWOOD/Scraper-3.05 - 02 Aug 2003 07:47:12 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 UTCThis module provides validation of HTTP request parameters against a set of clearly defined rules. It is designed to work with Dancer, Mojolicious, Catalyst, and similar web application frameworks, both for interactive apps and for data services. It ...
MMCCLENN/HTTP-Validate-0.982 - 19 Dec 2018 23:34:24 UTCThis module provides a complete implementation of the HTTP content negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows for the selection of a preferred content representation based upon attributes ...
GAAS/HTTP-Negotiate-6.01 - 18 Feb 2012 12:34:37 UTCThis 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.48 - 08 Mar 2021 23:20:52 UTC