"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.29 - 06 Mar 2021 04:52:17 UTCNile::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 UTCThis 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 UTCThis 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 UTCProvides 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 UTCThis 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 UTCThis 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 UTCHTTP::Engine::Request provides a consistent API for request objects across web server enviroments....
YAPPO/HTTP-Engine-0.03005 - 04 Oct 2011 04:33:39 UTCThis 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.29 - 06 Mar 2021 04:52:17 UTCDendral::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::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 UTCThis 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 UTCThis 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 UTCCORION/HTTP-Request-FromCurl-0.25 - 14 Oct 2020 19:03:25 UTC
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 UTCNet::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 UTCCORION/HTTP-Request-Generator-0.11 - 08 Dec 2020 19:27:33 UTC
This module parses a call to the Javascript Fetch API <https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API> and returns an object that you can turn into a HTTP::Request to use with LWP::UserAgent or other user agents to perform a largely ident...
CORION/HTTP-Request-FromCurl-0.25 - 14 Oct 2020 19:03:25 UTCNet::HTTP::Knork::Request create a HTTP request It is based on Net::HTTP::Spore::Request, but with two exceptions: * It uses Moo instead of Moose * If no encoding is specified for payloads, the default behaviour is to send a 'application/x-www-form-u...
BHSERROR/Net-HTTP-Knork-0.20 - 08 Sep 2015 09:59:08 UTC