Search results for "module:HTTP::Request::Common"
HTTP::Request::Common - Construct common HTTP::Request objects
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
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
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
"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)
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
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
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
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
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
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
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.
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
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
WWW::Scraper - framework for scraping results from search engines.
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
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
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
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::Request::Form - Construct HTTP::Request objects for form processing
This is an extension of the HTTP::Request suite. It allows easy processing of forms in a user agent by filling out fields, querying fields, selections and buttons and pressing buttons. It uses HTML::TreeBuilder generated parse trees of documents (esp...
GBAUER/HTTP-Request-Form-0.952 - 03 Dec 2001 18:37:44 UTC