The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "HTTP"

HTTP River stage three • 155 direct dependents • 183 total dependents

This chapter explains how to implement the HTTP protocol handlers in mod_perl....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution

HTTP::Any - a common interface for HTTP clients (LWP, AnyEvent::HTTP, Curl) River stage zero No dependents

IMPORT 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-1.05 - 17 Jul 2023 09:43:41 UTC - Search in distribution

HTTP::CDN - Serve static files with unique URLs and far-future expiry River stage one • 1 direct dependent • 1 total dependent

Web application plugin for serving static files with content-hashed unique URLs and far-future expiry. Additionally provides automatic minification/compiling of css/less/javascript....

MSMITH/HTTP-CDN-0.8 - 29 Oct 2014 20:34:43 UTC - Search in distribution

HTTP::DAV - A WebDAV client library for Perl5 River stage one • 5 direct dependents • 6 total dependents

HTTP::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 UTC - Search in distribution

HTTP::OAI - API for the OAI-PMH River stage one • 2 direct dependents • 2 total dependents

This is a stub module, you probably want to look at HTTP::OAI::Harvester or HTTP::OAI::Repository....

HOCHSTEN/HTTP-OAI-4.13 - 06 Jun 2023 09:44:33 UTC - Search in distribution

Net::HTTP - Low-level HTTP connection (client) River stage four • 28 direct dependents • 6339 total dependents

The "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.23 - 16 Jun 2023 11:47:29 UTC - Search in distribution

lib::http - Uses a Perl libray diretory over the internet using the HTTP protocol. River stage zero No dependents

This module enables the use of a Perl libray diretory over the internet using the HTTP protocol. Also you can use libhttp-perl, that is a TinyPerl (*http://tinyperl.sf.net*) modified, that doesn't have any library, only the basics to load *lib::http*...

GMPASSOS/lib-http-0.01 - 12 Feb 2005 23:19:23 UTC - Search in distribution

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 - Search in distribution

File::HTTP - open, read and seek into remote files and directories transparently River stage zero No dependents

"File::HTTP" open, read and seek into remote files and directories transparently open [MODE] FILE stat FH or FILE Imported with the :open tag. Act exaclty as CORE::open and CORE::stat, but also work with remote HTTP files. Falls back to CORE::open an...

TDRUGEON/File-HTTP-1.11 - 17 Mar 2023 23:02:11 UTC - Search in distribution

Furl::HTTP - Low level interface to Furl River stage three • 83 direct dependents • 100 total dependents

Furl 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!...

SYOHEX/Furl-3.14 - 13 May 2021 05:30:54 UTC - Search in distribution

HTTP::Body - HTTP Body Parser River stage two • 16 direct dependents • 83 total dependents

HTTP::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.23 - 30 Mar 2024 03:28:24 UTC - Search in distribution

HTTP::Curl - HTTP interface for Net::Curl (clone of HTTP::Any::Curl) River stage zero No dependents

Curl use Net::Curl::Easy; use HTTP::Curl; my $easy = Net::Curl::Easy->new(); my ($is_success, $body, $headers, $redirects) = HTTP::Curl::do_http($easy, $url, $opt); or my $cb = sub { my ($is_success, $body, $headers, $redirects) = @_; ... }; HTTP::Cu...

KNI/HTTP-Curl-1.06 - 17 Jul 2023 09:43:52 UTC - Search in distribution

HTTP::Date - HTTP::Date - date conversion routines River stage four • 157 direct dependents • 8729 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 - Search in distribution

HTTP::Easy - Useful set for work with HTTP River stage zero No dependents

MONS/HTTP-Easy-0.02 - 18 Jul 2013 13:08:15 UTC - Search in distribution

HTTP::File - Routines to deal with HTML input type file. River stage zero No dependents

HTTP::File is a module to facilitate file uploads from HTML file input.It detects the basename of the raw file across MacOS, Windows, and Unix/Linux platforms....

TBONE/HTTP-File-4.0 - 24 Sep 2007 01:00:50 UTC - Search in distribution

HTTP::LRDD - link-based resource descriptor discovery River stage one • 1 direct dependent • 1 total dependent

Note: the LRDD specification has ceased to be, with some parts being merged into the host-meta Internet Draft. This CPAN module will go in its own direction, bundling up best-practice techniques for discovering links and descriptors for a given URI. ...

TOBYINK/HTTP-LRDD-0.106 - 12 Dec 2012 14:16:58 UTC - Search in distribution

HTTP::Link - RFC5988 Web Linking River stage one • 1 direct dependent • 3 total dependents

ZURBORG/HTTP-Link-0.001 - 24 Jul 2015 08:24:26 UTC - Search in distribution

HTTP::Lint - Check HTTP messages and transactions for protocol violations River stage zero No dependents

HTTP::Lint checks for protocol violation and suspicious or ambigious stuff in HTTP messages and transactions. It produces errors and warning, loosely corresponsing to MUST and SHOULD clauses in RFC2616 (HTTP/1.1 specification)....

LKUNDRAK/HTTP-Lint-1.1 - 14 Jul 2011 08:04:53 UTC - Search in distribution

HTTP::Lite - Lightweight HTTP implementation River stage two • 8 direct dependents • 69 total dependents

Note: you should look at HTTP::Tiny or LWP before using this module. HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It is not intended as a replacement for the fully-featured LWP module. Instead, it is intended for use in s...

NEILB/HTTP-Lite-2.44 - 11 Mar 2015 22:16:55 UTC - Search in distribution

HTTP::Size - Get the byte size of an internet resource River stage one • 2 direct dependents • 2 total dependents

BDFOY/HTTP-Size-1.153 - 04 Feb 2021 00:26:49 UTC - Search in distribution

HTTP::Soup - HTTP client/server library for GNOME River stage zero No dependents

This module provides the Perl bindings for the C library *libsoup*. Lisoup is an HTTP client/server library for GNOME. It uses GObjects and the glib main loop, to integrate well with GNOME applications, and also has a synchronous API, for use in thre...

POTYL/HTTP-Soup-0.01 - 18 Sep 2011 19:58:10 UTC - Search in distribution

HTTP::Thin - A Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message River stage two • 9 direct dependents • 34 total dependents

WARNING: 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 UTC - Search in distribution

HTTP::Tiny - A small, simple, correct HTTP/1.1 client River stage four • 413 direct dependents • 3284 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 - Search in distribution

Riap::HTTP - Riap over HTTP River stage one • 1 direct dependent • 1 total dependent

Riap::HTTP is designed to be implemented by API service providers. It allows features like custom URL layout, multiple serialization format, and logging; while depends on HTTP for other features like authentication, encryption (HTTPS), etc. For a mor...

PERLANCAR/Riap-1.2.4 - 04 Sep 2015 01:00:31 UTC - Search in distribution
  • Riap - Rinci access protocol

Test::HTTP - Test HTTP interactions. River stage zero No dependents

Test::HTTP is designed to make it easier to write tests which are mainly about HTTP-level things, such as REST-type services. Each "Test::HTTP" object can contain state about a current request and its response. This allows convenient shorthands for s...

MML/Test-HTTP-0.22 - 28 Sep 2022 00:36:48 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

HTTP::Async - process multiple HTTP requests in parallel without blocking. River stage two • 3 direct dependents • 18 total dependents

Although using the conventional "LWP::UserAgent" is fast and easy it does have some drawbacks - the code execution blocks until the request has been completed and it is only possible to process one request at a time. "HTTP::Async" attempts to address...

KAORU/HTTP-Async-0.33 - 14 Jan 2017 15:44:53 UTC - Search in distribution

HTTP::GHTTP - Perl interface to the gnome ghttp library River stage one • 1 direct dependent • 1 total dependent

This 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 UTC - Search in distribution

HTTP::MHTTP - this library provides reasonably low level access to the HTTP protocol, for perl. This does not replace LWP (what possibly could :-) but is a cut for speed. It also supports all of HTTP 1.0, so you have GET, POST, PUT, HEAD, and DELETE. Some support of HTTP 1.1 is available - sepcifically Transfer-Encoding = chunked and the Keep-Alive extensions. River stage zero No dependents

A way faster http access library that uses C extension based on mhttp to do the calls. http_init() initialise the mhttp library - must be called once to reset all internals, use http_reset() if you don't need to reset your headers before the next cal...

PIERS/HTTP-MHTTP-0.15 - 13 Dec 2003 20:55:25 UTC - Search in distribution

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 - Search in distribution

HTTP::Range - Handle multi-segment HTTP requests River stage zero No dependents

This module provides class methods that allow you to divide an HTTP::Request object into multiple smaller *segments* of the original request and to fuse the HTTP::Response objects resulting from a segmented transfer back into a complete resource. The...

JHOBLITT/HTTP-Range-0.02 - 22 Jul 2004 07:49:14 UTC - Search in distribution

HTTP::Retry - Wrapped HTTP::Tiny with timeout and retry River stage zero No dependents

Another HTTP client library. LWP is too complex and too slow. HTTP::Tiny and Furl is wonderful, but no autoretry. HTTP::Retry resolves this, then make your code clearer. Enjoy it! EASY MODE Easy write and understand with 3 seconds timeout and 3 times...

CHENGANG/HTTP-Retry-0.05 - 10 Jan 2015 02:42:57 UTC - Search in distribution

HTTP::State - Fast RFC6265bis-draft + CHIPS Cookie Jar River stage zero No dependents

Web browsers are constantly improving privacy and limiting the tracking ability of cookies. This module implements a cookie jar providing the same up to date thinking to Perl user-agents. The algorithm implemented is derived from RFC6265bis-draft-12 ...

DRCLAW/HTTP-State-v0.1.2 - 11 Jan 2024 00:11:02 UTC - Search in distribution

IOMux::HTTP - HTTP protocol on IOMux River stage zero No dependents

MARKOV/IOMux-HTTP-0.11 - 27 Jan 2011 13:27:13 UTC - Search in distribution

Monit::HTTP - An OOP interface to Monit. River stage zero No dependents

This 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.06 - 07 Jan 2023 02:47:38 UTC - Search in distribution

Nginx::HTTP - asynchronous http client for nginx-perl River stage zero No dependents

Fast and simple asynchronous http client for nginx-perl. Supports keepalive....

ZZZ/Nginx-HTTP-0.04 - 13 Apr 2016 20:03:31 UTC - Search in distribution

Pcore::HTTP River stage one • 1 direct dependent • 1 total dependent

ZDM/Pcore-v0.139.0 - 14 Jul 2020 14:12:56 UTC - Search in distribution

Dancer::HTTP - helper for rendering HTTP status codes for Dancer River stage three • 211 direct dependents • 215 total dependents

Helper for rendering HTTP status codes for Dancer...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC - Search in distribution

Future::HTTP - provide the most appropriate HTTP client with a Future API River stage one • 5 direct dependents • 6 total dependents

CORION/Future-HTTP-0.17 - 11 Apr 2024 18:39:13 UTC - Search in distribution

HTTP::Accept - Parse the HTTP header 'Accept' River stage one • 1 direct dependent • 1 total dependent

RENEEB/HTTP-Accept-0.03 - 30 Nov 2018 08:43:49 UTC - Search in distribution

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 - Search in distribution

HTTP::Daemon - A simple http server class River stage four • 51 direct dependents • 6338 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 - Search in distribution

HTTP::Engine - Web Server Gateway Interface and HTTP Server Engine Drivers River stage one • 5 direct dependents • 5 total dependents

HTTP::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 UTC - Search in distribution

HTTP::Handle - HTTP Class designed for streaming River stage zero No dependents

The "HTTP::Handle" module allows you to make HTTP requests and handle the data yourself. The general ideas is that you use this module to make a HTTP request and handle non-header data yourself. I needed such a feature for my mp3 player to listen to ...

PSIONIC/HTTP-Handle-0.2 - 03 Jul 2004 08:53:40 UTC - Search in distribution

HTTP::Status - HTTP Status code processing River stage four • 1369 direct dependents • 8649 total dependents

*HTTP::Status* is a library of routines for defining and classifying HTTP status codes for libwww-perl. Status codes are used to encode the overall outcome of an HTTP response message. Codes correspond to those defined in RFC 2616 and RFC 2518....

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31:38 UTC - Search in distribution

HTTP::Method - HTTP Request Method and Common Properties according to RFC 7231 River stage one • 1 direct dependent • 3 total dependents

There 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 - Search in distribution

HTTP::Online - Detect full "Internet" (HTTP) access using Microsoft NCSI River stage one • 5 direct dependents • 7 total dependents

HTTP::Online is a port of the older LWP::Online module to HTTP::Tiny that uses only the (most accurate) methodology, Microsoft NCSI <http://technet.microsoft.com/en-us/library/cc766017.aspx>. Test Mode use LWP::Online ':skip_all'; As a convenience wh...

ADAMK/HTTP-Online-0.02 - 01 Oct 2012 22:59:00 UTC - Search in distribution

HTTP::Parser - parse HTTP/1.1 request into HTTP::Request/Response object River stage two • 8 direct dependents • 38 total dependents

This is an HTTP request parser. It takes chunks of text as received and returns a 'hint' as to what is required, or returns the HTTP::Request when a complete request has been read. HTTP/1.1 chunking is supported. It dies if it finds an error....

EDECA/HTTP-Parser-0.06 - 06 Mar 2011 20:47:14 UTC - Search in distribution

HTTP::Rollup - translate an HTTP query string to a hierarchical structure River stage zero No dependents

Given input text of the format: employee.name.first=Jane employee.name.last=Smith employee.address=123%20Main%20St. employee.city=New%20York id=444 phone=(212)123-4567 phone=(212)555-1212 @fax=(212)999-8877 Construct an output data structure like thi...

JMAY/HTTP-Rollup-0.8 - 25 Apr 2005 05:22:50 UTC - Search in distribution

HTTP::Router - Yet Another Path Router for HTTP River stage zero No dependents

HTTP::Router provides a way of constructing routing tables. If you are interested in a Merb-like constructing way, please check HTTP::Router::Declare....

MASAKI/HTTP-Router-0.05 - 18 Mar 2010 04:49:06 UTC - Search in distribution

HTTP::Simple - Simple procedural interface to HTTP::Tiny River stage two • 1 direct dependent • 11 total dependents

This module is a wrapper of HTTP::Tiny that provides simplified functions for performing HTTP requests in a similar manner to LWP::Simple, but with slightly more useful error handling. For full control of the request process and response handling, us...

DBOOK/HTTP-Simple-0.004 - 08 May 2019 15:21:56 UTC - Search in distribution

HTTP::Webdav - Perl interface to Neon HTTP and WebDAV client library River stage zero No dependents

This is the Perl interface to the neon HTTP and WebDAV client library. Most of the documentation is automaticly generated from the C header files of neon. So it looks a little bit C-ish, but is better than nothing. See also the examples in the eg dir...

GRICHTER/HTTP-Webdav-0.1.18-0.17.1 - 19 Oct 2001 04:38:51 UTC - Search in distribution

PerlIO::http - HTTP filehandles River stage zero No dependents

This layer enables one to read a file from the internet....

LEONT/PerlIO-http-0.004 - 10 Jul 2017 13:30:11 UTC - Search in distribution

Groonga::HTTP - Perl module for sending HTTP requests to Groonga. River stage zero No dependents

Groonga-HTTP is a Perl module for sending HTTP requests to Groonga. Groonga-HTTP provides user-friendly Web API instead of low-level Groonga Web API. The user-friendly Web API is implemented top of the low-level Groonga Web API....

HORIMOTO/Groonga-HTTP-1.11 - 27 Jul 2022 06:36:21 UTC - Search in distribution

HTTP::Caching - The RFC 7234 compliant brains to do caching right River stage one • 1 direct dependent • 2 total dependents

This module tries to provide caching for HTTP responses based on RFC 7234 Hypertext Transfer Protocol (HTTP/1.1): Caching. Basicly it looks like the following steps below: * For a presented request, it will check with the cache if there is a suitable...

VANHOESEL/HTTP-Caching-0.15 - 09 Apr 2018 20:48:22 UTC - Search in distribution

HTTP::Cookies - HTTP cookie jars River stage four • 141 direct dependents • 6375 total dependents

This class is for objects that represent a "cookie jar" -- that is, a database of all the HTTP cookies that a given LWP::UserAgent object knows about. Cookies are a general mechanism which server side connections can use to both store and retrieve in...

OALDERS/HTTP-Cookies-6.11 - 07 Dec 2023 16:39:01 UTC - Search in distribution

HTTP::LoadGen - a HTTP load generator toolset River stage zero No dependents

This module implements a multi-process and multi-thread load generator for HTTP. It uses Coro threads. So, in reality it does not use threads but event-based IO. Features * limited support for SSL connections * keep-alive connections * configurable d...

OPI/HTTP-LoadGen-0.07 - 15 Dec 2010 11:34:05 UTC - Search in distribution

HTTP::Promise - Asynchronous HTTP Request and Promise River stage one • 2 direct dependents • 3 total dependents

HTTP::Promise provides with a fast and powerful yet memory-friendly API to make true asynchronous HTTP requests using fork with Promise::Me. It is based on the design of HTTP::Message, but with a much cleaner interface to make requests and manage HTT...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC - Search in distribution

HTTP::Tinyish - HTTP::Tiny compatible HTTP client wrappers River stage two • 8 direct dependents • 29 total dependents

HTTP::Tinyish is a wrapper module for HTTP client modules LWP, HTTP::Tiny and HTTP client software "curl" and "wget". It provides an API compatible to HTTP::Tiny, and the implementation has been extracted out of App::cpanminus. This module can be use...

MIYAGAWA/HTTP-Tinyish-0.19 - 08 Mar 2024 22:31:19 UTC - Search in distribution

HTTP::WebTest - API of HTTP::WebTest River stage one • 1 direct dependent • 1 total dependent

This document describes Perl API of "HTTP::WebTest"....

ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27:38 UTC - Search in distribution

Monitis::HTTP - Predefined internal HTTP monitors manipulation River stage zero No dependents

YKO/Monitis-0.9 - 20 Jun 2011 13:36:11 UTC - Search in distribution

Sniffer::HTTP - multi-connection sniffer driver River stage zero No dependents

CORION/Sniffer-HTTP-0.28 - 20 Oct 2022 18:56:52 UTC - Search in distribution

HTTP::Session - simple session River stage two • 8 direct dependents • 11 total dependents

Yet another session manager. easy to integrate with PSGI =)...

KTAT/http-session-0.53 - 07 Mar 2024 05:48:33 UTC - Search in distribution

AnyEvent::HTTP - simple but non-blocking HTTP/HTTPS client River stage three • 83 direct dependents • 147 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 - Search in distribution

HTTP::Balancer - manage your http load balancer in seconds River stage zero No dependents

HTTP::Balancer is...

SHELLING/HTTP-Balancer-0.0.2 - 20 Feb 2013 11:17:12 UTC - Search in distribution

HTTP::Browscap - Provides info on web browser capabilities River stage zero No dependents

This module provides information on a web browsers capabilities (eg - table support, frame support), the browser being identified by its "User Agent" string. This will use the existing Microsoft browscap.ini database, a version of which is freely dow...

JAMESPO/HTTP-Browscap-0.01 - 22 Oct 2000 16:04:04 UTC - Search in distribution

HTTP::MultiGet - Run many http requests at once! River stage one • 3 direct dependents • 3 total dependents

Created a wrapper for: AnyEvent::HTTP, but provides a more LWP like feel....

AKALINUX/HTTP-MultiGet-1.023 - 25 Nov 2021 12:29:06 UTC - Search in distribution

HTTP::ProxyPAC - use a PAC (Proxy Auto Config) file to get proxy info River stage zero No dependents

*HTTP::ProxyPAC* allows use of a Proxy Auto Configuration file to determine whether a URL needs to be accessed via a proxy server, and if so the URL of the proxy server. You can use a *.pac* file from a web browser, or a *wpad.dat* file obtained via ...

MACKENNA/HTTP-ProxyPAC-0.31 - 27 Mar 2010 04:35:43 UTC - Search in distribution

HTTP::Recorder - record interaction with websites River stage zero No dependents

SEMUELF/HTTP-Recorder-0.07 - 05 Apr 2013 04:01:08 UTC - Search in distribution

HTTP::Session2 - HTTP session management River stage zero No dependents

HTTP::Session2 is yet another HTTP session data management library....

TOKUHIROM/HTTP-Session2-1.10 - 26 Jan 2018 05:02:08 UTC - Search in distribution

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 - Search in distribution

InfluxDB::HTTP - The Perl way to interact with InfluxDB! River stage zero No dependents

RAPHI/InfluxDB-HTTP-0.04 - 18 Jul 2018 19:41:14 UTC - Search in distribution

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 - Search in distribution

Plosurin::HTTP - Serve web mode River stage zero No dependents

Plosurin::HTTP - Serve web mode...

ZAG/Plosurin-0.3 - 08 Dec 2018 15:49:03 UTC - Search in distribution

Protocol::HTTP - very fast HTTP protocol incremental parser and serializer River stage one • 5 direct dependents • 5 total dependents

The "Protocol::HTTP" is a port of "panda::protocol::http" library, an RFC-compiant very fast HTTP protocol implementation, written in C++ with XS-adapters in perl. The module has dual Perl/C++ interface (see XS::Manifesto) so futher XS-bindings can b...

SYBER/Protocol-HTTP-1.1.5 - 26 Nov 2021 14:51:28 UTC - Search in distribution

UniEvent::HTTP - extremely fast sync/async http client and server framework River stage one • 2 direct dependents • 2 total dependents

UniEvent::HTTP is a perl port of C++ panda::unievent::http framework. It contains both synchronous and asynchronous http client and asynchronous http server framework. It is built on top of Protocol::HTTP http protocol implementation and UniEvent eve...

SYBER/UniEvent-HTTP-1.2.2 - 03 Oct 2022 16:44:26 UTC - Search in distribution

Watchdog::HTTP - Test status of HTTP service River stage zero No dependents

Watchdog::HTTP is an extension for monitoring an HTTP server....

CLEMENSG/Watchdog-0.10 - 10 Nov 2003 19:25:33 UTC - Search in distribution

ArangoDB2::HTTP - Base class for HTTP transport layer implementations River stage zero No dependents

EWARNCKE/ArangoDB2-0.11 - 11 Nov 2014 22:00:37 UTC - Search in distribution

HTTP::AppServer - Pure-Perl web application server framework River stage zero No dependents

HTTP::AppServer was created because a stripped down Perl based web server was needed that is extendable and really simple to use. Creating server To create a server instance, call the new() class method of HTTP::AppServer, e.g.: my $server = HTTP::Ap...

KITOMER/HTTP-AppServer-0.04 - 15 Dec 2010 08:55:37 UTC - Search in distribution

HTTP::CSPHeader - manage dynamic content security policy headers River stage one • 1 direct dependent • 1 total dependent

This module allows you to manage Content-Security-Policy (CSP) headers. It supports dynamic changes to headers, for example, adding a source for a specific page, or managing a random nonce for inline scripts or styles. It also supports caching, so th...

RRWO/HTTP-CSPHeader-v0.3.4 - 07 Nov 2023 13:10:44 UTC - Search in distribution

HTTP::CookieJar - A minimalist HTTP user agent cookie jar River stage four • 30 direct dependents • 6483 total dependents

This module implements a minimalist HTTP user agent cookie jar in conformance with RFC 6265 <http://tools.ietf.org/html/rfc6265>. Unlike the commonly used HTTP::Cookies module, this module does not require use of HTTP::Request and HTTP::Response obje...

DAGOLDEN/HTTP-CookieJar-0.014 - 25 Jul 2022 13:47:11 UTC - Search in distribution

HTTP::DAVServer - allows you to write server-side functions to accept, process and respond to WebDAV client requests. WebDAV - RFC 2518 - is a protocol which allows clients to manipulate files on a remote server using HTTP. River stage zero No dependents

JLAWRENC/HTTP-DAVServer-0.2 - 05 Apr 2003 23:50:44 UTC - Search in distribution

HTTP::Exception - throw HTTP-Errors as (Exception::Class-) Exceptions River stage two • 13 direct dependents • 28 total dependents

Every HTTP::Exception is a Exception::Class - Class. So the same mechanisms apply as with Exception::Class-classes. In fact have a look at Exception::Class' docs for more general information on exceptions and Exception::Class::Base for information on...

TMUELLER/HTTP-Exception-0.04007 - 18 Jul 2018 20:52:27 UTC - Search in distribution

HTTP::GetImages - Spider to recover and store images from web pages. River stage zero No dependents

This 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 UTC - Search in distribution

HTTP::MobileUID - 携帯端末の公式のユーザIDを取得する River stage zero No dependents

MIYAZAKI/HTTP-MobileUID-0.01 - 22 Jan 2008 13:32:00 UTC - Search in distribution

HTTP::Negotiate - choose a variant to serve River stage four • 14 direct dependents • 6293 total dependents

This 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 UTC - Search in distribution

HTTP::ProxyTest - Reject an HTTP request if passed via an open proxy River stage zero No dependents

Robots 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 UTC - Search in distribution

HTTP::QuickBase - Create a web shareable database in under a minute River stage zero No dependents

HTTP::QuickBase allows you to manipulate QuickBase databases. Methods are provided for cloning databases, adding records, editing records, deleting records and retrieving records. All you need is a valid QuickBase account, although with anonymous acc...

CVONROES/HTTP-QuickBase-1.55 - 09 Aug 2013 19:32:53 UTC - Search in distribution

HTTP::RobotsTag - Parse Robots Tag In HTTP Headers River stage zero No dependents

HTTP::RobotsTag parses HTTP headers for X-Robots-Tag headers and stores the information in a Rules object....

DMAKI/HTTP-RobotsTag-0.00001 - 10 Dec 2007 00:08:28 UTC - Search in distribution

HTTP::Throwable - a set of strongly-typed, PSGI-friendly HTTP 1.1 exception libraries River stage one • 8 direct dependents • 9 total dependents

HTTP-Throwable provides a set of strongly-typed, PSGI-friendly exception implementations corresponding to the HTTP error status code (4xx-5xx) as well as the redirection codes (3xx). This particular package (HTTP::Throwable) is the shared role for al...

RJBS/HTTP-Throwable-0.028 - 31 Dec 2022 21:39:07 UTC - Search in distribution

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 - Search in distribution

HTTP::XSHeaders - Fast XS Header library, replacing HTTP::Headers and HTTP::Headers::Fast. River stage two • 2 direct dependents • 22 total dependents

By loading HTTP::XSHeaders anywhere, you replace any usage of HTTP::Headers and HTTP::Headers::Fast with a fast C implementation. You can continue to use HTTP::Headers and HTTP::Headers::Fast and any other module that depends on them just like you di...

XSAWYERX/HTTP-XSHeaders-0.400005 - 23 Jun 2022 18:23:42 UTC - Search in distribution

HTTP::CheckProxy - Perl module for testing for open proxies River stage zero No dependents

This module uses LWP to test the supplied IP address to see if it will promiscuosly proxy on port 80. Caution: this can have false alarms if you are on a network where you are supposed to go through a proxy, such as AOL -- but are you supposed to be ...

DHUDES/HTTP-CheckProxy-0.4 - 03 Mar 2004 14:43:36 UTC - Search in distribution

HTTP::ClickHouse - Perl driver for ClickHouse River stage zero No dependents

This module implements HTTP driver for Clickhouse OLAP database...

MMV/HTTP-ClickHouse-0.061 - 09 Nov 2016 12:34:53 UTC - Search in distribution

HTTP::ProxyCheck - a class to check the functionality of HTTP proxy servers. River stage zero No dependents

HTTP::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 UTC - Search in distribution

HTTP::RangeSaver - handle partial content HTTP responses River stage zero No dependents

HTTP::RangeSaver is a helper class for updating an existing file with data from a partial content HTTP response. It understands both of the partial content formats defined in RFC 2616 (a single Content-Range header or a multipart/byteranges Content-T...

BLGL/HTTP-RangeSaver-0.01 - 10 Jun 2006 14:06:28 UTC - Search in distribution

HTTP::MobileAgent - HTTP mobile user agent string parser River stage two • 15 direct dependents • 18 total dependents

HTTP::MobileAgent parses HTTP_USER_AGENT strings of (mainly Japanese) mobile HTTP user agents. It'll be useful in page dispatching by user agents....

KURIHARA/HTTP-MobileAgent-0.36 - 24 Jul 2012 04:22:10 UTC - Search in distribution

HTTP::ServerEvent - create strings for HTTP Server Sent Events River stage zero No dependents

CORION/HTTP-ServerEvent-0.02 - 10 Aug 2013 16:00:58 UTC - Search in distribution

HTTP::Sessioniser - Rebuild HTTP sessions from pcap streams River stage zero No dependents

This module extracts HTTP sessions from pcap files with the help of Net::LibNIDS. It will piece HTTP data back together and return a pair of HTTP::Request and HTTP::Response which correspond to one HTTP 'session'. HTTP CONNECT sessions are dealt with...

EDECA/HTTP-Sessioniser-0.05 - 16 Oct 2010 15:03:30 UTC - Search in distribution
22,039 results (0.674 seconds)