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

Search results for "module:HTTP::Size"

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

HTTP::WebTest::Plugin::ContentSizeTest - Response body size checks River stage one • 1 direct dependent • 1 total dependent

This plugin tests the size the HTTP response content....

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

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

Net::HTTP - Low-level HTTP connection (client) River stage four • 28 direct dependents • 6252 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

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

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

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

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

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

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

HTTP::Promise - Asynchronous HTTP Request and Promise River stage one • 1 direct dependent • 2 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

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

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::Tiny::UA - Higher-level UA features for HTTP::Tiny River stage one • 2 direct dependents • 9 total dependents

This module extends HTTP::Tiny with higher-level convenience features....

DAGOLDEN/HTTP-Tiny-UA-0.006 - 22 Apr 2018 20:24:09 UTC

HTTP::Negotiate - choose a variant to serve River stage four • 14 direct dependents • 6206 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

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

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

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
76 results (0.038 seconds)