This module provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default. time2str( [$time] ) The time2str() function converts a machine...
OALDERS/HTTP-Date-6.05 - 19 Nov 2019 03:03:07 UTCThis module provides functions that deal the date formats used by the HTTP protocol (and then some more)....
CKRAS/DateTime-Format-HTTP-0.42 - 02 May 2014 14:52:20 UTCThis plugin provides a test for the age of a date string inside the response body. It supports anything "Date::Parse" can parse. There is limited support for other locales for which a "Date::Language::*" module exist. The "Date::Languge" and Date::Pa...
JLAPOUTRE/HTTP-WebTest-Plugin-DateTest-1.01 - 16 May 2003 08:19:13 UTCKEICHNER/Acme-HTTP-0.10 - 28 Dec 2014 15:36:13 UTC
This 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 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 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 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 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 UTCInstances of the "HTTP::Daemon" class are HTTP/1.1 servers that listen on a socket for incoming requests. The "HTTP::Daemon" is a subclass of "IO::Socket::IP", so you can perform socket operations directly on it too. Please note that "HTTP::Daemon" u...
OALDERS/HTTP-Daemon-6.12 - 04 Jun 2020 16:03:28 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 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 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 UTCThis is an object which represents an HTTP header with a date. It will inflate the header value into a Time::Piece object and proxy most of the relevant methods....
DROLSKY/HTTP-Headers-ActionPack-0.09 - 18 Jun 2013 18:56:53 UTCThe Metadata::HTTP class allows the handling of HTTP log records as metadata objects using the Metadata::Base class. The following fields are set after using the read method: host ident authuser date day month year time hour min sec timezone (in form...
DJBECKETT/Metadata-0.24 - 09 Jan 2001 12:12:53 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 UTCNet::HTTP::API is a module to help to easily create a client for a web API. This module is heavily inspired by what Net::Twitter does. THIS MODULE IS IN ITS BETA QUALITY. THE API MAY CHANGE IN THE FUTURE The following roles are added to your class: N...
FRANCKC/Net-HTTP-API-0.14 - 26 Jul 2010 07:31:29 UTCThis module implements cookie creation (baking) and parsing (crushing) using XS, therefore improving the speed of a pure Perl implementation....
GONZUS/HTTP-XSCookies-0.000021 - 10 Mar 2018 23:50:19 UTC