About 91,000 results
Open links in new tab
  1. 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.

  2. 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 …

  3. 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.

  4. 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' ;

  5. 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 …

  6. 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.

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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 …