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::MHTTP"

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

Module::Patch - Patch package with a set of patches River stage three • 71 direct dependents • 186 total dependents

Module::Patch is basically a convenient way to define and bundle a set of patches. Actual patching is done by Monkey::Patch::Action, which provides lexically scoped patching. There are two ways to use this module: * subclass it This is used for conve...

PERLANCAR/Module-Patch-0.278 - 17 Apr 2024 09:05:11 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

UNIVERSAL::new - Load a module when you call the new method on it River stage zero No dependents

This module installs a universal, fallback "new" method. When called, it loads the invoking module like "require" would. If the module has a "new" method, control is transferred to that method. This is most useful for command line scripts via the U a...

DAGOLDEN/UNIVERSAL-new-0.001 - 06 Apr 2013 02:25:47 UTC - Search in distribution

HTTP::Server::Brick - Simple pure perl http server for prototyping "in the style of" Ruby's WEBrick River stage one • 1 direct dependent • 1 total dependent

HTTP::Server::Brick allows you to quickly wrap a prototype web server around some Perl code. The underlying server daemon is HTTP::Daemon and the performance should be fine for demo's, light internal systems, etc....

AUFFLICK/HTTP-Server-Brick-0.1.7 - 31 Aug 2015 05:35:08 UTC - Search in distribution

HTTP::Lint::UserAgent - HTTP User agent that warns for suspicious transactions River stage zero No dependents

HTTP::Lint::UserAgent subclasses LWP::UserAgent, providing request method that checks each transaction and messages involved when it finishes with HTTP::Lint and produces warning on console (with warn). Unless loaded with :noinject, it replaces the r...

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

HTTP::Cache::Transparent - Cache the result of http get-requests persistently. River stage one • 1 direct dependent • 1 total dependent

An implementation of http get that keeps a local cache of fetched pages to avoid fetching the same data from the server if it hasn't been updated. The cache is stored on disk and is thus persistent between invocations. Uses the http-headers If-Modifi...

MATTIASH/HTTP-Cache-Transparent-1.4 - 07 Apr 2017 19:50:03 UTC - Search in distribution

HTTP::Tiny::Patch::Plugin - Change use of HTTP::Tiny to that of HTTP::Tiny::Plugin River stage one • 1 direct dependent • 1 total dependent

This module replaces every instantiation of HTTP::Tiny to instantiate HTTP::Tiny::Plugin instead, so you can use HTTP::Tiny::Plugin's plugins. Note that instantiation of other HTTP::Tiny subclasses, e.g. HTTP::Tiny::Cache is not replaced with instant...

PERLANCAR/HTTP-Tiny-Patch-Plugin-0.001 - 14 Apr 2019 13:14:25 UTC - Search in distribution

HTTP::Tiny::Patch::Cache - Cache HTTP::Tiny responses River stage one • 1 direct dependent • 1 total dependent

This module patches HTTP::Tiny to cache responses. Currently only GET requests are cached. Cache are keyed by SHA256-hex(URL). Error responses are also cached. Currently no cache-related HTTP request or response headers (e.g. "Cache-Control") are res...

PERLANCAR/HTTP-Tiny-Patch-Cache-0.004 - 14 Apr 2019 01:07:34 UTC - Search in distribution
9 results (0.089 seconds)