Search results for "module:HTTP::Date"
HTTP::Date - HTTP::Date - date conversion routines
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 UTC
DateTime::Format::HTTP - Date conversion routines
This 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 UTC
HTTP::WebTest::Plugin::DateTest - Evaluate the "age" of embedded date strings in response body
This 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 UTC
Acme::HTTP - High-level access to Net::HTTP::NB and Net::HTTPS::NB
KEICHNER/Acme-HTTP-0.10
-
28 Dec 2014 15:36:13 UTC
VBTK::Http - Web server monitoring
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 UTC
HTTP::Tiny - A small, simple, correct HTTP/1.1 client
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.082 - 25 Jul 2022 13:47:22 UTC
HTTP::AnyUA - An HTTP user agent programming interface unification layer
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::Proxy - A pure Perl HTTP proxy
This 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 UTC
HTTP::Client - Class for making HTTP requests
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::Daemon - A simple http server class
Instances 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.16 - 24 Feb 2023 03:09:01 UTC
HTTP::Headers - Class encapsulating HTTP Message headers
The "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.44 - 26 Oct 2022 20:49:58 UTC
HTTP::Message - HTTP style message (base class)
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.44 - 26 Oct 2022 20:49:58 UTC
HTTP::WebTest - Testing static and dynamic web content
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
Metadata::HTTP - metadata class for HTTP log records
The 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 UTC
AnyEvent::HTTP - simple but non-blocking HTTP/HTTPS client
This 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
HTTP::Validate - validate and clean HTTP parameter values according to a set of rules
This 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 UTC
HTTP::Headers::ActionPack::DateHeader - A Date Header
This 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 UTC
Net::HTTP::API - Easily create client for net API
Net::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 UTC
HTTP::XSCookies - Fast XS cookie mangling for Perl
This 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