Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource perl-Test-LWP-UserAgent

This module is a subclass of LWP::UserAgent which overrides a few key low-level methods that are concerned with actually sending your request over the network, allowing an interception of that request and simulating a particular response. This greatly facilitates testing of client networking code where the server follows a known protocol. The synopsis describes a typical case where you want to test how your application reacts to various responses from the server. This module will let you send back various responses depending on the request, without having to set up a real server to test against. This can be invaluable when you need to test edge cases or error conditions that are not normally returned from the server. There are a lot of different ways you can set up the response mappings, and hook into this module; see the documentation for the individual interface methods. You can use a PSGI app to handle the requests - see _examples/call_psgi.t_ in this distribution, and also register_psgi below. OR, you can route some or all requests through the network as normal, but still gain the hooks provided by this class to test what was sent and received: my $useragent = Test::LWP::UserAgent->new(network_fallback => 1); or: $useragent->map_network_response(qr/real.network.host/); is( $useragent->last_useragent->timeout, 180, 'timeout was overridden properly', ); is( $useragent->last_http_request_sent->uri, 'uri my code should have constructed', ); is( $useragent->last_http_response_received->code, '200', 'I should have gotten an OK response', );

Found 3 sites for perl-Test-LWP-UserAgent

Found 48 RPM for perl-Test-LWP-UserAgent

PackageSummaryDistributionDownload
perl-Test-LWP-UserAgent-0.36.0-2.mga9.noarch.htmlA LWP::UserAgent suitable for simulating and testing network callsMageia Cauldron for armv7hlperl-Test-LWP-UserAgent-0.36.0-2.mga9.noarch.rpm
perl-Test-LWP-UserAgent-0.36.0-2.mga9.noarch.htmlA LWP::UserAgent suitable for simulating and testing network callsMageia Cauldron for x86_64perl-Test-LWP-UserAgent-0.36.0-2.mga9.noarch.rpm
perl-Test-LWP-UserAgent-0.36.0-2.mga9.noarch.htmlA LWP::UserAgent suitable for simulating and testing network callsMageia Cauldron for aarch64perl-Test-LWP-UserAgent-0.36.0-2.mga9.noarch.rpm
perl-Test-LWP-UserAgent-0.36.0-2.mga9.noarch.htmlA LWP::UserAgent suitable for simulating and testing network callsMageia 9 for i586perl-Test-LWP-UserAgent-0.36.0-2.mga9.noarch.rpm
perl-Test-LWP-UserAgent-0.36.0-2.mga9.noarch.htmlA LWP::UserAgent suitable for simulating and testing network callsMageia 9 for armv7hlperl-Test-LWP-UserAgent-0.36.0-2.mga9.noarch.rpm
perl-Test-LWP-UserAgent-0.36.0-2.mga9.noarch.htmlA LWP::UserAgent suitable for simulating and testing network callsMageia 9 for x86_64perl-Test-LWP-UserAgent-0.36.0-2.mga9.noarch.rpm
perl-Test-LWP-UserAgent-0.36.0-2.mga9.noarch.htmlA LWP::UserAgent suitable for simulating and testing network callsMageia 9 for aarch64perl-Test-LWP-UserAgent-0.36.0-2.mga9.noarch.rpm
perl-Test-LWP-UserAgent-0.36.0-2.mga9.noarch.htmlA LWP::UserAgent suitable for simulating and testing network callsMageia Cauldron for i686perl-Test-LWP-UserAgent-0.36.0-2.mga9.noarch.rpm
perl-Test-LWP-UserAgent-0.036-8.fc40.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora Rawhide for x86_64perl-Test-LWP-UserAgent-0.036-8.fc40.noarch.rpm
perl-Test-LWP-UserAgent-0.036-8.fc40.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora Rawhide for aarch64perl-Test-LWP-UserAgent-0.036-8.fc40.noarch.rpm
perl-Test-LWP-UserAgent-0.036-8.fc40.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora Rawhide for ppc64leperl-Test-LWP-UserAgent-0.036-8.fc40.noarch.rpm
perl-Test-LWP-UserAgent-0.036-8.fc40.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora Rawhide for s390xperl-Test-LWP-UserAgent-0.036-8.fc40.noarch.rpm
perl-Test-LWP-UserAgent-0.036-8.fc40.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora 40 for x86_64perl-Test-LWP-UserAgent-0.036-8.fc40.noarch.rpm
perl-Test-LWP-UserAgent-0.036-8.fc40.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora 40 for aarch64perl-Test-LWP-UserAgent-0.036-8.fc40.noarch.rpm
perl-Test-LWP-UserAgent-0.036-8.fc40.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora 40 for ppc64leperl-Test-LWP-UserAgent-0.036-8.fc40.noarch.rpm
perl-Test-LWP-UserAgent-0.036-8.fc40.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora 40 for s390xperl-Test-LWP-UserAgent-0.036-8.fc40.noarch.rpm
perl-Test-LWP-UserAgent-0.036-6.fc39.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora 39 for x86_64perl-Test-LWP-UserAgent-0.036-6.fc39.noarch.rpm
perl-Test-LWP-UserAgent-0.036-6.fc39.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora 39 for aarch64perl-Test-LWP-UserAgent-0.036-6.fc39.noarch.rpm
perl-Test-LWP-UserAgent-0.036-6.fc39.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora 39 for ppc64leperl-Test-LWP-UserAgent-0.036-6.fc39.noarch.rpm
perl-Test-LWP-UserAgent-0.036-6.fc39.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora 39 for s390xperl-Test-LWP-UserAgent-0.036-6.fc39.noarch.rpm
perl-Test-LWP-UserAgent-0.036-5.fc38.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora 38 for x86_64perl-Test-LWP-UserAgent-0.036-5.fc38.noarch.rpm
perl-Test-LWP-UserAgent-0.036-5.fc38.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora 38 for aarch64perl-Test-LWP-UserAgent-0.036-5.fc38.noarch.rpm
perl-Test-LWP-UserAgent-0.036-5.fc38.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora 38 for ppc64leperl-Test-LWP-UserAgent-0.036-5.fc38.noarch.rpm
perl-Test-LWP-UserAgent-0.036-5.fc38.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora 38 for s390xperl-Test-LWP-UserAgent-0.036-5.fc38.noarch.rpm
perl-Test-LWP-UserAgent-0.036-4.fc37.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora 37 for x86_64perl-Test-LWP-UserAgent-0.036-4.fc37.noarch.rpm
perl-Test-LWP-UserAgent-0.036-4.fc37.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora 37 for aarch64perl-Test-LWP-UserAgent-0.036-4.fc37.noarch.rpm
perl-Test-LWP-UserAgent-0.036-4.fc37.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora 37 for ppc64leperl-Test-LWP-UserAgent-0.036-4.fc37.noarch.rpm
perl-Test-LWP-UserAgent-0.036-4.fc37.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsFedora 37 for s390xperl-Test-LWP-UserAgent-0.036-4.fc37.noarch.rpm
perl-Test-LWP-UserAgent-0.036-2.el9.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsEPEL 9 for ppc64leperl-Test-LWP-UserAgent-0.036-2.el9.noarch.rpm
perl-Test-LWP-UserAgent-0.036-2.el9.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsEPEL 9 for x86_64perl-Test-LWP-UserAgent-0.036-2.el9.noarch.rpm
perl-Test-LWP-UserAgent-0.036-2.el9.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsEPEL 9 for aarch64perl-Test-LWP-UserAgent-0.036-2.el9.noarch.rpm
perl-Test-LWP-UserAgent-0.036-2.el9.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsEPEL 9 for s390xperl-Test-LWP-UserAgent-0.036-2.el9.noarch.rpm
perl-Test-LWP-UserAgent-0.036-1.11.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsOpenSuSE Tumbleweed for noarchperl-Test-LWP-UserAgent-0.036-1.11.noarch.rpm
perl-Test-LWP-UserAgent-0.036-1.10.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsOpenSuSE Ports Tumbleweed for noarchperl-Test-LWP-UserAgent-0.036-1.10.noarch.rpm
LWP::UserAgent suitable for simulating and testing network callsperl-Test-LWP-UserAgent-0.036-1.7.noarch.rpm
perl-Test-LWP-UserAgent-0.036-bp156.2.1.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsOpenSuSE Leap 15.6 for noarchperl-Test-LWP-UserAgent-0.036-bp156.2.1.noarch.rpm
perl-Test-LWP-UserAgent-0.036-bp155.1.5.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsOpenSuSE Leap 15.5 for noarchperl-Test-LWP-UserAgent-0.036-bp155.1.5.noarch.rpm
perl-Test-LWP-UserAgent-0.34.0-1.mga8.noarch.htmlA LWP::UserAgent suitable for simulating and testing network callsMageia 8 for aarch64perl-Test-LWP-UserAgent-0.34.0-1.mga8.noarch.rpm
perl-Test-LWP-UserAgent-0.34.0-1.mga8.noarch.htmlA LWP::UserAgent suitable for simulating and testing network callsMageia 8 for x86_64perl-Test-LWP-UserAgent-0.34.0-1.mga8.noarch.rpm
perl-Test-LWP-UserAgent-0.34.0-1.mga8.noarch.htmlA LWP::UserAgent suitable for simulating and testing network callsMageia 8 for armv7hlperl-Test-LWP-UserAgent-0.34.0-1.mga8.noarch.rpm
perl-Test-LWP-UserAgent-0.34.0-1.mga8.noarch.htmlA LWP::UserAgent suitable for simulating and testing network callsMageia 8 for i586perl-Test-LWP-UserAgent-0.34.0-1.mga8.noarch.rpm
perl-Test-LWP-UserAgent-0.034-bp154.1.14.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsOpenSuSE Leap 15.4 for noarchperl-Test-LWP-UserAgent-0.034-bp154.1.14.noarch.rpm
perl-Test-LWP-UserAgent-0.033-9.el8.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsEPEL 8 for ppc64leperl-Test-LWP-UserAgent-0.033-9.el8.noarch.rpm
perl-Test-LWP-UserAgent-0.033-9.el8.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsEPEL 8 for aarch64perl-Test-LWP-UserAgent-0.033-9.el8.noarch.rpm
perl-Test-LWP-UserAgent-0.033-9.el8.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsEPEL 8 for x86_64perl-Test-LWP-UserAgent-0.033-9.el8.noarch.rpm
perl-Test-LWP-UserAgent-0.033-9.el8.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsEPEL 8 for s390xperl-Test-LWP-UserAgent-0.033-9.el8.noarch.rpm
perl-Test-LWP-UserAgent-0.033-bp153.1.12.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsOpenSuSE Leap 15.3 for noarchperl-Test-LWP-UserAgent-0.033-bp153.1.12.noarch.rpm
perl-Test-LWP-UserAgent-0.033-lp152.3.2.noarch.htmlLWP::UserAgent suitable for simulating and testing network callsOpenSuSE Leap 15.2 for noarchperl-Test-LWP-UserAgent-0.033-lp152.3.2.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet