
HTTP::Status - HTTP Status code processing - metacpan.org
HTTP::Status is a library of routines for defining and classifying HTTP status codes for libwww-perl. Status codes are used to encode the overall outcome of an HTTP response message.
LWP - The World-Wide Web library for Perl - metacpan.org
The server responds with a status line, including the message's protocol version and a success or error code, followed by a MIME-like message containing server information, entity meta-information, and …
A curses based OO user interface framework - MetaCPAN
Any existing status dialog will be cleaned up and a new one will be created. If you are finished, you can delete the status dialog by calling the nostatus method.
Apache2::REST::Response - Container for an API Response. - metacpan.org
$resp->status(Apache2::Const::HTTP_OK) ; $resp->message('Everything went smootly') ; $resp->data()->{'item'} = 'This is the returned item' ;
LWP::UserAgent - Web user agent class - metacpan.org
The method is called with $status "begin" at the start of processing the request and with $state "end" before the request method returns. In between these $status will be the fraction of the response …
Net::SFTP::Foreign - SSH File Transfer Protocol client - MetaCPAN
The status method can also be used to get the value for the last SFTP status response, but that is only useful when calling low level methods mapping to single SFTP primitives.
Plack::Middleware::ServerStatus::Lite - show server status like …
Plack::Middleware::ServerStatus::Lite is a middleware that display server status in multiprocess Plack servers such as Starman and Starlet. This middleware changes status only before and after …
HTTP::Response - HTTP style response message - metacpan.org
The HTTP::Status module provide constants that provide mnemonic names for the code attribute. $r->message $r->message ( $message ) This is used to get/set the message attribute. The message is …
B::COW additional B helpers to check COW status - MetaCPAN
DESCRIPTION B::COW provides some naive additional B helpers to check the COW status of one SvPV. COW or Copy On Write introduction A COWed SvPV is sharing its string (the PV) with other …
HTTP::Request - HTTP style request message - metacpan.org
DESCRIPTION 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 …