Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37517265
en ru br
ALT Linux repos
S:0.11-alt1_1

Group :: Development/Perl
RPM: perl-LWP-Protocol-PSGI

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.11-alt1_1
Build date: 20 november 2019, 09:29 ( 231.2 weeks ago )
Size: 21.28 Kb

Home page:   http://search.cpan.org/dist/LWP-Protocol-PSGI

License: GPL+ or Artistic
Summary: Override LWP's HTTP/HTTPS backend with your own PSGI applciation
Description:

LWP::Protocol::PSGI is a module to hijack *any* code that uses the
LWP::UserAgent manpage underneath such that any HTTP or HTTPS requests can
be routed to your own PSGI application.

Because it works with any code that uses LWP, you can override various
WWW::*, Net::* or WebService::* modules such as the WWW::Mechanize manpage,
without modifying the calling code or its internals.

 use WWW::Mechanize;
 use LWP::Protocol::PSGI;

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-LWP-Protocol-PSGI
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin