The "HTTP::Response" class encapsulates HTTP style responses. A response consists of a response line, some headers, and a content body. Note that the LWP library uses HTTP style responses even for non-HTTP protocol schemes. Instances of this class ar...
OALDERS/HTTP-Message-6.29 - 06 Mar 2021 04:52:17 UTCThe HTTP::DAV::Response class encapsulates HTTP style responses. A response consists of a response line, some headers, and (potentially empty) content. HTTP::DAV::Response is a subclass of "HTTP::Response" and therefore inherits its methods. (HTTP::R...
COSIMO/HTTP-DAV-0.49 - 28 Nov 2018 17:01:57 UTCThe "HTTP::Response::CGI" class sub-classes "HTTP::Response" from libwwwperl. The main distinction is that this module's parse() accepts CGI output. CGI programs do not print the first line ("status line") of the HTTP protocol (eg. "HTTP/1.1 200 OK")...
KTDREYER/HTTP-Response-CGI-1.0 - 17 Feb 2011 05:56:23 UTCThis class organizes collections of HTTP::Response objects. It is meant to be convenient to robots that collect related Web pages together. There is also a basic method, cat_all_content(), that may be convenient to robots that need to analyze collect...
DERHAAG/FramesReady-1.023 - 08 Apr 2010 04:38:36 UTCThis is a simple subclass of HTTP::Response that implements a method "json_content" which returns the JSON-decoded contents of the response. json_content Out: $perl_data Returns the Perl data structure corresponding to the contents of this response. ...
SKINGTON/LWP-JSON-Tiny-0.014 - 11 May 2018 18:29:32 UTCNile::HTTP::Response - The HTTP response manager allows you to create PSGI response array ref....
MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTCSimple Perl testing module for HTTP responses and cookies, inspired by Test::HTTP and designed to work nicely with web framework test tools such as Plack::Test and Catalyst::Test...
TEEJAY/Test-HTTP-Response-0.06 - 08 Jan 2013 06:06:50 UTCHTTP::Response::Maker provides HTTP response object maker functions. They are named as "OK()" or "NOT_FOUND()", corresponding to the HTTP::Status constant names....
MOTEMEN/HTTP-Response-Maker-0.02 - 19 Apr 2012 11:43:27 UTCHTTP::Response::OnDisk is an API-compatible replacement for HTTP::Response, whose purpose is to store the content into disk instead of memory. This greatly reduces overhead on long-running processes, such as crawlers like Gungho. Code, message, and h...
DMAKI/HTTP-Response-OnDisk-0.02002 - 26 May 2007 04:36:56 UTCThis is a fast HTTP response parser. Create HTTP::Response object same as HTTP::Response->parse. XS parser is 10x faster than HTTP::Response, so that's useful for high performance crawler or HTTP-based RPC. If you want incremental parser, you can use...
MALA/HTTP-Response-Parser-0.03 - 12 Oct 2010 12:24:27 UTCSometimes the only possible way to communicate with an online service is through a web application intended for human consumption--dealing with cookies, forms and parsing of HTML, perhaps with the help of WWW::Mechanize and Web::Scraper. When automat...
LXP/HTTP-Response-Switch-1.1.1 - 06 Aug 2013 09:26:09 UTCDendral::HTTP::Response is a part of Dendral - fast, reliable and lightweight MVC framework....
STELLAR/Dendral-HTTP-Response-0.1.0 - 10 Jun 2011 11:17:25 UTCDANKOGAI/HTTP-Response-Encoding-0.06 - 28 Jul 2009 21:29:51 UTC
This object represents an HTTP response from AnyEvent::HTTP. This is a companion class to AnyEvent::HTTP::Request. It parses the arguments passed to the final callback in "http_request" in AnyEvent::HTTP (or produces the arguments that should be pass...
RWSTAUNER/AnyEvent-HTTP-Message-0.302 - 13 Jun 2013 03:07:21 UTCThis module wraps an HTTP::Tiny response as an object to provide some accessors and convenience methods....
DAGOLDEN/HTTP-Tiny-UA-0.006 - 22 Apr 2018 20:24:09 UTCLUKEC/Test-Mock-LWP-0.08 - 19 Oct 2013 15:51:23 UTC
Net::HTTP::Knork::Response : create a HTTP response Most of the code was adapted from Net::HTTP::Spore::Response, with two main differences : - it uses Moo - it is a subclass of HTTP::Response...
BHSERROR/Net-HTTP-Knork-0.20 - 08 Sep 2015 09:59:08 UTCNet::HTTP::Spore::Response create a HTTP response...
ATHREEF/Net-HTTP-Spore-0.09 - 27 Oct 2017 06:54:33 UTC