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
22,037 results (0.305 seconds)