SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-HTTP-Daemon rpm build for : Mandrake Other. For other distributions click perl-HTTP-Daemon.

Name : perl-HTTP-Daemon
Version : 6.0.0 Vendor : Mandriva
Release : 1 Date : 2011-05-04 11:15:04
Group : Development/Perl Source RPM : perl-HTTP-Daemon-6.0.0-1.src.rpm
Size : 0.04 MB
Packager : Guillaume Rousse < guillomovitch_mandriva_org>
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/rzm6/linux-mandriva/devel/cooker/sparcv9/media/contrib/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-HTTP-Daemon-6.0.0-1-mdv2011.0.noarch.rpm
ftp.icm.edu.pl  perl-HTTP-Daemon-6.0.0-1-mdv2011.0.noarch.rpm
ftp.icm.edu.pl  perl-HTTP-Daemon-6.0.0-1-mdv2011.0.noarch.rpm
     

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

Requires :
perl-base >= 2:5.12.3
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)
perl(LWP::MediaTypes) >= 6.0.0
perl(Sys::Hostname)
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.12.3/HTTP
/usr/lib/perl5/vendor_perl/5.12.3/HTTP/Daemon.pm
/usr/share/doc/perl-HTTP-Daemon
/usr/share/doc/perl-HTTP-Daemon/Changes
/usr/share/doc/perl-HTTP-Daemon/META.yml
/usr/share/doc/perl-HTTP-Daemon/README
/usr/share/man/man3/HTTP::Daemon.3pm.xz

 
ICM