The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:HTTP::Date"

HTTP::Date - HTTP::Date - date conversion routines River stage four • 156 direct dependents • 8608 total dependents

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.06 - 06 Jul 2023 22:31:19 UTC

lib/IDS/DataSource/HTTP/Date.pm River stage zero No dependents

INGHAM/IDS-HTTP-1.01 - 09 Apr 2007 20:02:50 UTC

DateTime::Format::HTTP - Date conversion routines River stage two • 27 direct dependents • 40 total dependents

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 River stage zero No dependents

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 River stage one • 1 direct dependent • 3 total dependents

KEICHNER/Acme-HTTP-0.10 - 28 Dec 2014 15:36:13 UTC

VBTK::Http - Web server monitoring River stage zero No dependents

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 River stage four • 404 direct dependents • 3271 total dependents

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.088 - 11 Jul 2023 12:54:02 UTC

HTTP::AnyUA - An HTTP user agent programming interface unification layer River stage one • 4 direct dependents • 6 total dependents

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 River stage one • 8 direct dependents • 8 total dependents

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 River stage zero No dependents

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 River stage four • 50 direct dependents • 6249 total dependents

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 River stage four • 1358 direct dependents • 8529 total dependents

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.45 - 27 Sep 2023 14:31:38 UTC

HTTP::Message - HTTP style message (base class) River stage four • 1358 direct dependents • 8529 total dependents

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.45 - 27 Sep 2023 14:31:38 UTC

HTTP::WebTest - Testing static and dynamic web content River stage one • 1 direct dependent • 1 total dependent

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

HTTP::Headers::ActionPack::DateHeader - A Date Header River stage two • 7 direct dependents • 12 total dependents

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

Metadata::HTTP - metadata class for HTTP log records River stage one • 1 direct dependent • 6 total dependents

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 River stage three • 83 direct dependents • 146 total dependents

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 River stage one • 1 direct dependent • 1 total dependent

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

Net::HTTP::API - Easily create client for net API River stage one • 3 direct dependents • 3 total dependents

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 River stage zero No dependents

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
68 results (0.041 seconds)