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

HTTP::Request::Params - Retrieve GET/POST Parameters from HTTP Requests River stage one • 5 direct dependents • 7 total dependents

This software does all the dirty work of parsing HTTP Requests to find incoming query parameters. new my $parser = HTTP::Request::Params->new({ req => $http_request, }); "req" - This required argument is either an "HTTP::Request" object or a string c...

KIZ/HTTP-Request-Params-1.02 - 11 Aug 2015 10:18:23 UTC

HTTP::Parser - parse HTTP/1.1 request into HTTP::Request/Response object River stage two • 8 direct dependents • 38 total dependents

This is an HTTP request parser. It takes chunks of text as received and returns a 'hint' as to what is required, or returns the HTTP::Request when a complete request has been read. HTTP/1.1 chunking is supported. It dies if it finds an error....

EDECA/HTTP-Parser-0.06 - 06 Mar 2011 20:47:14 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::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::Router - Yet Another Path Router for HTTP River stage zero No dependents

HTTP::Router provides a way of constructing routing tables. If you are interested in a Merb-like constructing way, please check HTTP::Router::Declare....

MASAKI/HTTP-Router-0.05 - 18 Mar 2010 04:49:06 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::MultiGet - Run many http requests at once! River stage one • 3 direct dependents • 3 total dependents

Created a wrapper for: AnyEvent::HTTP, but provides a more LWP like feel....

AKALINUX/HTTP-MultiGet-1.023 - 25 Nov 2021 12:29:06 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

Net::HTTP::API - Easily create client for net API River stage one • 3 direct dependents • 3 total dependents

Net::HTTP::API is a module to help to easily create a client for a web API. This module is heavily inspired by what Net::Twitter does. THIS MODULE IS IN ITS BETA QUALITY. THE API MAY CHANGE IN THE FUTURE The following roles are added to your class: N...

FRANCKC/Net-HTTP-API-0.14 - 26 Jul 2010 07:31:29 UTC

Net::HTTP::Knork - Lightweight implementation of Spore specification River stage one • 1 direct dependent • 1 total dependent

Net::HTTP::Knork is a module that was inspired by <the Spore specification|https://github.com/SPORE/specifications/blob/master/spore_ description.pod>. So it is like Net::HTTP::Spore but with some differences. JSON or Perl hash specifications Specifi...

BHSERROR/Net-HTTP-Knork-0.20 - 08 Sep 2015 09:59:08 UTC

HTTP::Engine::Request - Portable HTTP request object River stage one • 5 direct dependents • 5 total dependents

HTTP::Engine::Request provides a consistent API for request objects across web server enviroments....

YAPPO/HTTP-Engine-0.03005 - 04 Oct 2011 04:33:39 UTC

HTTP::WebTest::Request - HTTP request objects River stage one • 1 direct dependent • 1 total dependent

This class is a subclass of HTTP::Request class. It extends it with continence methods that allow to set or get CGI query params for HTTP request in uniform way independent of HTTP request method. Each URI in GET requests may consist of two portions:...

ILYAM/HTTP-WebTest-2.04 - 05 Sep 2003 20:27: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::Router::Route - Route Representation for HTTP::Router River stage zero No dependents

MASAKI/HTTP-Router-0.05 - 18 Mar 2010 04:49:06 UTC

HTTP::CookieMonster - Easy read/write access to your jar of HTTP::Cookies River stage one • 1 direct dependent • 7 total dependents

This module was created because messing around with HTTP::Cookies is non-trivial. HTTP::Cookies a very useful module, but using it is not always as easy and clean as it could be. For instance, if you want to find a particular cookie, you can't just a...

OALDERS/HTTP-CookieMonster-0.11 - 31 Jan 2020 17:34:21 UTC

HTTP::WebTest::Test - Test object class River stage one • 1 direct dependent • 1 total dependent

Objects of this class represent tests. They store both test parameters and test results....

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

HTTP::Request::AsCurl - Generate a curl command from an HTTP::Request object. River stage zero No dependents

This module converts an HTTP::Request object to a curl command. It can be used for debugging REST APIs. It handles headers and basic authentication....

KABLAMO/HTTP-Request-AsCurl-0.03 - 03 Jun 2014 12:04:35 UTC

HTTP::OAI::Harvester - Agent for harvesting from Open Archives version 1.0, 1.1, 2.0 and static ('2.0s') compatible repositories River stage one • 2 direct dependents • 2 total dependents

"HTTP::OAI::Harvester" is the harvesting front-end in the OAI-PERL library. To harvest from an OAI-PMH compliant repository create an "HTTP::OAI::Harvester" object using the baseURL option and then call OAI-PMH methods to request data from the reposi...

HOCHSTEN/HTTP-OAI-4.13 - 06 Jun 2023 09:44:33 UTC

HTTP::WebTest::Utils - Miscellaneous subroutines used by HTTP::WebTest River stage one • 1 direct dependent • 1 total dependent

This packages contains utility subroutines used by HTTP::WebTest. All of them can be exported but none of them is exported by default....

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

HTTP::Upload::FlowJs - handle resumable multi-part HTTP uploads with flowjs River stage zero No dependents

CORION/HTTP-Upload-FlowJs-0.01 - 03 Mar 2018 14:43:20 UTC
58 results (0.056 seconds)