Search results for "module:HTTP::Request"
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::Request::JSON - a subclass of HTTP::Request that understands JSON
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
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.
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 request
CORION/HTTP-Request-Diff-0.01
-
08 Sep 2023 19:51:34 UTC
HTTP::Request::AsCGI - Set up a CGI environment from an HTTP::Request
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
HTTP::Request::Params - Retrieve GET/POST Parameters from HTTP Requests
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::Engine::Request - Portable HTTP request object
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::AsCurl - Generate a curl command from an HTTP::Request object.
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::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
Dendral::HTTP::Request - Perl interface for Apache request variables
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
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.3.3 - 09 Oct 2023 23:16:20 UTC
HTTP::Request::Webpush - HTTP Request for web push notifications
"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::FromLog - convert to HTTP::Request object from Apache's access_log record.
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
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::FromWget - create a HTTP::Request from a wget command line
CORION/HTTP-Request-FromCurl-0.54
-
23 Oct 2023 16:47:58 UTC
AnyEvent::HTTP::Request - HTTP Request object for AnyEvent::HTTP
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
Net::IMP::HTTP::Request - base class for HTTP connection specific IMP plugins
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