SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-URI-Fetch rpm build for : OpenSuSE. For other distributions click perl-URI-Fetch.

Name : perl-URI-Fetch
Version : 0.15 Vendor : openSUSE
Release : bp155.2.9 Date : 2023-05-17 16:02:13
Group : Unspecified Source RPM : perl-URI-Fetch-0.15-bp155.2.9.src.rpm
Size : 0.04 MB
Packager : https://bugs_opensuse_org
Summary : Smart URI fetching/caching
Description :
_URI::Fetch_ is a smart client for fetching HTTP pages, notably syndication
feeds (RSS, Atom, and others), in an intelligent, bandwidth- and
time-saving way. That means:

* * GZIP support

If you have _Compress::Zlib_ installed, _URI::Fetch_ will automatically try
to download a compressed version of the content, saving bandwidth (and
time).

* * _Last-Modified_ and _ETag_ support

If you use a local cache (see the _Cache_ parameter to _fetch_),
_URI::Fetch_ will keep track of the _Last-Modified_ and _ETag_ headers from
the server, allowing you to only download pages that have been modified
since the last time you checked.

* * Proper understanding of HTTP error codes

Certain HTTP error codes are special, particularly when fetching
syndication feeds, and well-written clients should pay special attention to
them. _URI::Fetch_ can only do so much for you in this regard, but it gives
you the tools to be a well-written client.

The response from _fetch_ gives you the raw HTTP response code, along with
special handling of 4 codes:

* * 200 (OK)

Signals that the content of a page/feed was retrieved successfully.

* * 301 (Moved Permanently)

Signals that a page/feed has moved permanently, and that your database of
feeds should be updated to reflect the new URI.

* * 304 (Not Modified)

Signals that a page/feed has not changed since it was last fetched.

* * 410 (Gone)

Signals that a page/feed is gone and will never be coming back, so you
should stop trying to fetch it.

RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/15.5/repo/oss/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-URI-Fetch-0.15-bp155.2.9.noarch.rpm
ftp.icm.edu.pl  perl-URI-Fetch-0.15-bp155.2.9.noarch.rpm
     

Provides :
perl(URI::Fetch)
perl(URI::Fetch::Response)
perl-URI-Fetch

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Class::ErrorHandler)
perl(LWP::UserAgent)
perl(URI)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/URI
/usr/lib/perl5/vendor_perl/5.26.1/URI/Fetch
/usr/lib/perl5/vendor_perl/5.26.1/URI/Fetch.pm
/usr/lib/perl5/vendor_perl/5.26.1/URI/Fetch/Response.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-URI-Fetch
/usr/share/doc/packages/perl-URI-Fetch/Changes
/usr/share/doc/packages/perl-URI-Fetch/README
/usr/share/licenses/perl-URI-Fetch
/usr/share/licenses/perl-URI-Fetch/LICENSE
/usr/share/man/man3/URI::Fetch.3pm.gz
/usr/share/man/man3/URI::Fetch::Response.3pm.gz

 
ICM