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

Search results for "module:HTTP::Request::Common"

HTTP::Request::Common - Construct common HTTP::Request objects River stage four • 1358 direct dependents • 8529 total dependents

This module provides functions that return newly created "HTTP::Request" objects. These functions are usually more convenient to use than the standard "HTTP::Request" constructor for the most common requests. Note that LWP::UserAgent has several conv...

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

Apache::TestRequest - Send requests to your Apache test server River stage three • 69 direct dependents • 121 total dependents

Apache::TestRequest provides convenience functions to allow you to make requests to your Apache test server in your test scripts. It subclasses "LWP::UserAgent", so that you have access to all if its methods, but also exports a number of useful funct...

SHAY/Apache-Test-1.43 - 07 Nov 2021 13:00:25 UTC

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

HTTP::Request - HTTP style request message River stage four • 1358 direct dependents • 8529 total dependents

"HTTP::Request" is a class encapsulating HTTP style requests, consisting of a request line, some headers, and a content body. Note that the LWP library uses HTTP style requests even for non-HTTP protocols. Instances of this class are usually passed t...

OALDERS/HTTP-Message-6.45 - 27 Sep 2023 14:31: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

HTTP::Thin - A Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message River stage two • 9 direct dependents • 33 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

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

Furl::HTTP - Low level interface to Furl River stage two • 83 direct dependents • 99 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

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

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

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

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

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

WWW::Scraper - framework for scraping results from search engines. River stage one • 1 direct dependent • 1 total dependent

NOTE: You can find a full description of the Scraper framework in WWW::Scraper::ScraperPOD.pm. "Scraper" is a framework for issuing queries to a search engine, and scraping the data from the resultant multi-page responses, and the associated detail p...

GLENNWOOD/Scraper-3.05 - 02 Aug 2003 07:47:12 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

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::DAV::Lock - Represents a WebDAV Lock. River stage one • 5 direct dependents • 6 total dependents

COSIMO/HTTP-DAV-0.49 - 28 Nov 2018 17:01:57 UTC

Net::Async::HTTP - use HTTP with IO::Async River stage two • 24 direct dependents • 28 total dependents

This object class implements an asynchronous HTTP user agent. It sends requests to servers, returning Future instances to yield responses when they are received. The object supports multiple concurrent connections to servers, and allows multiple requ...

PEVANS/Net-Async-HTTP-0.49 - 06 Jun 2023 16:56:44 UTC
56 results (0.065 seconds)