SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-HTTP-Daemon rpm build for : Mageia 9. For other distributions click perl-HTTP-Daemon.

Name : perl-HTTP-Daemon
Version : 6.140.0 Vendor : Mageia_Org
Release : 3.mga9 Date : 2022-09-07 00:46:13
Group : Development/Perl Source RPM : perl-HTTP-Daemon-6.140.0-3.mga9.src.rpm
Size : 0.16 MB
Packager : bcornec < bcornec>
Summary : Base class for simple HTTP servers
Description :
Instances of the \'HTTP::Daemon\' class are HTTP/1.1 servers that listen on a
socket for incoming requests. The \'HTTP::Daemon\' is a subclass of
\'IO::Socket::INET\', so you can perform socket operations directly on it
too.

The accept() method will return when a connection from a client is
available. The returned value will be an \'HTTP::Daemon::ClientConn\' object
which is another \'IO::Socket::INET\' subclass. Calling the get_request()
method on this object will read data from the client and return an
\'HTTP::Request\' object. The ClientConn object also provide methods to send
back various responses.

This HTTP daemon does not fork(2) for you. Your application, i.e. the user
of the \'HTTP::Daemon\' is responsible for forking if that is desirable. Also
note that the user is responsible for generating responses that conform to
the HTTP/1.1 protocol.

RPM found in directory: /vol/rzm3/linux-mageia/distrib/9/x86_64/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-HTTP-Daemon-6.140.0-3.mga9.noarch.rpm
ftp.icm.edu.pl  perl-HTTP-Daemon-6.140.0-3.mga9.noarch.rpm
ftp.icm.edu.pl  perl-HTTP-Daemon-6.140.0-3.mga9.noarch.rpm
ftp.icm.edu.pl  perl-HTTP-Daemon-6.140.0-3.mga9.noarch.rpm
     

Provides :
perl(HTTP::Daemon)
perl-HTTP-Daemon

Requires :
perl(Carp)
perl(HTTP::Date) >= 6.0.0
perl(HTTP::Request) >= 6.0.0
perl(HTTP::Response) >= 6.0.0
perl(HTTP::Status) >= 6.0.0
perl(IO::Socket::IP) >= 0.320.0
perl(LWP::MediaTypes) >= 6.0.0
perl(Socket)
perl(strict)
perl(warnings)
perl-base >= 2:5.36.0
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/perl-HTTP-Daemon
/usr/share/doc/perl-HTTP-Daemon/CONTRIBUTING
/usr/share/doc/perl-HTTP-Daemon/Changes
/usr/share/doc/perl-HTTP-Daemon/INSTALL
/usr/share/doc/perl-HTTP-Daemon/LICENCE
/usr/share/doc/perl-HTTP-Daemon/META.json
/usr/share/doc/perl-HTTP-Daemon/META.yml
/usr/share/doc/perl-HTTP-Daemon/MYMETA.yml
/usr/share/doc/perl-HTTP-Daemon/README
/usr/share/man/man3/HTTP::Daemon.3pm.xz
/usr/share/perl5/vendor_perl/HTTP
/usr/share/perl5/vendor_perl/HTTP/Daemon.pm

 
ICM