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"

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::Request::JSON - a subclass of HTTP::Request that understands JSON River stage one • 2 direct dependents • 2 total dependents

This is a simple subclass of HTTP::Request that does two things. First of all, it sets the Accept header to "application/json" as soon as it's created. Secondly, it implements a "json_content" method that adds the supplied data structure to the reque...

SKINGTON/LWP-JSON-Tiny-0.014 - 11 May 2018 18:29:32 UTC

HTTP::Request::Form - Construct HTTP::Request objects for form processing River stage one • 2 direct dependents • 3 total dependents

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

Nile::HTTP::Request - The HTTP request manager. River stage zero No dependents

Nile::HTTP::Request - The HTTP request manager. The http request is available as a shared object extending the CGI::Simple module. This means that all methods supported by CGI::Simple is available with the additions to these few methods: base_url abs...

MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC

HTTP::Request::Diff - create diffs between HTTP requests River stage zero No dependents

CORION/HTTP-Request-Diff-0.07 - 30 Mar 2024 07:38:16 UTC

HTTP::Request::AsCGI - Set up a CGI environment from an HTTP::Request River stage three • 11 direct dependents • 128 total dependents

Provides a convenient way of setting up an CGI environment from an HTTP::Request....

FLORA/HTTP-Request-AsCGI-1.2 - 12 Jan 2010 22:06:58 UTC

Gungho::Request::http - HTTP specific utilities River stage one • 1 direct dependent • 1 total dependent

DMAKI/Gungho-0.09008 - 28 Jul 2008 10:37:52 UTC

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

Dendral::HTTP::Request - Perl interface for Apache request variables River stage zero No dependents

Dendral::HTTP::Request is a part of Dendral - fast, reliable and lightweight MVC framework. This module is very similar to well-known Apache::Request....

STELLAR/Dendral-HTTP-Request-0.1.0 - 10 Jun 2011 11:15:58 UTC

HTTP::Promise::Request - HTTP Request Class River stage one • 1 direct dependent • 2 total dependents

HTTP::Promise::Request implements a similar interface to HTTP::Request, but does not inherit from it. It uses a different API internally and relies on XS modules for speed while offering more features. HTTP::Promise::Request inherits from HTTP::Promi...

JDEGUEST/HTTP-Promise-v0.5.1 - 22 Mar 2024 07:56:38 UTC

HTTP::Request::FromLog - convert to HTTP::Request object from Apache's access_log record. River stage zero No dependents

This module converts Apache's access_log to an HTTP::Request object. So that, it will be able to spread the http request to Develop Environment Server from Commercial Environment Server....

MIKI/HTTP-Request-FromLog-0.00002 - 29 Jun 2008 21:57:33 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

HTTP::Request::Webpush - HTTP Request for web push notifications River stage zero No dependents

"HTTP::Request::Webpush" produces an HTTP::Request for Application-side Webpush notifications as described on RFC8291 <https://tools.ietf.org/html/rfc8291>. Such requests can then be submitted to the push message channel so they will pop-up in the co...

ESTRELOW/HTTP-Request-Webpush-0.15 - 23 Feb 2021 16:43:13 UTC

HTTP::Request::FromWget - create a HTTP::Request from a wget command line River stage zero No dependents

CORION/HTTP-Request-FromCurl-0.54 - 23 Oct 2023 16:47:58 UTC

AnyEvent::HTTP::Request - HTTP Request object for AnyEvent::HTTP River stage one • 2 direct dependents • 4 total dependents

This class creates a lightweight object to represent an HTTP request as used by AnyEvent::HTTP. It was created to provide simple, clear test code for parsing the parameters passed to "http_request" in AnyEvent::HTTP. Instead of code that looks someth...

RWSTAUNER/AnyEvent-HTTP-Message-0.302 - 13 Jun 2013 03:07:21 UTC

HTTP::Request::FromCurl - create a HTTP::Request from a curl command line River stage zero No dependents

CORION/HTTP-Request-FromCurl-0.54 - 23 Oct 2023 16:47:58 UTC

Net::IMP::HTTP::Request - base class for HTTP connection specific IMP plugins River stage zero No dependents

Net::IMP::HTTP::Request is a base class for HTTP request specific IMP plugins. It provides a way to use such plugins in HTTP aware applications, like App::HTTP_Proxy_IMP, but with the help of Net::IMP::Adaptor::STREAM2HTTPReq also in applications usi...

SULLR/Net-IMP-HTTP-0.523 - 09 Dec 2014 21:54:58 UTC
611 results (0.043 seconds)