BDFOY/HTTP-Size-1.153 - 04 Feb 2021 00:26:49 UTC
This plugin tests the size the HTTP response content....
ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 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 UTCThe "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.20 - 08 Jan 2021 16:23:10 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 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 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 UTCThe "HTTP::Headers" class encapsulates HTTP-style message headers. The headers consist of attribute-value pairs also called fields, which may be repeated, and which are printed in a particular order. The field names are cases insensitive. Instances o...
OALDERS/HTTP-Message-6.29 - 06 Mar 2021 04:52:17 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 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 UTCThis module extends HTTP::Tiny with higher-level convenience features....
DAGOLDEN/HTTP-Tiny-UA-0.006 - 22 Apr 2018 20:24:09 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 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 module allow syou to automate the searching, recovery and local storage of images from the web, including those linked by anchor ("A"), mage ("IMG") and image map ("AREA") elements. Supply a URI or list of URIs to process, and "HTTP::GetImages" ...
LGODDARD/HTTP-GetImages-0.343 - 19 Sep 2002 06:44:50 UTCHTTP::ProxyCheck is a class to check HTTP proxy servers. It connects to given HTTP proxy servers and tries to retrieve a provided URL through them....
THOM/HTTP-ProxyCheck-1.4 - 25 May 2006 08:53:06 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::Parser::XS is a fast, primitive HTTP request/response parser. The request parser can be used either for writing a synchronous HTTP server or a event-driven server. The response parser can be used for writing HTTP clients. Note that even if this...
KAZUHO/HTTP-Parser-XS-0.17 - 15 Dec 2014 07:53:06 UTC