SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-HTTP-Daemon-SSL rpm build for : openSUSE Leap 15. For other distributions click perl-HTTP-Daemon-SSL.

Name : perl-HTTP-Daemon-SSL
Version : 1.04 Vendor : obs://build_opensuse_org/home:interstar001
Release : lp154.3.2 Date : 2022-06-24 22:47:51
Group : Development/Libraries/Perl Source RPM : perl-HTTP-Daemon-SSL-1.04-lp154.3.2.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Simple HTTP server class with SSL support
Description :
Instances of the _HTTP::Daemon::SSL_ class are HTTP/1.1 servers that listen
on a socket for incoming requests. The _HTTP::Daemon::SSL_ is a sub-class
of _IO::Socket::SSL_, so you can perform socket operations directly on it
too.

The accept() method will return when a connection from a client is
available. In a scalar context the returned value will be a reference to a
object of the _HTTP::Daemon::ClientConn::SSL_ class which is another
_IO::Socket::SSL_ subclass. In a list context a two-element array is
returned containing the new _HTTP::Daemon::ClientConn::SSL_ reference and
the peer address; the list will be empty upon failure. (Note that version
1.02 erroneously did not honour list context). Calling the get_request()
method on the _HTTP::Daemon::ClientConn::SSL_ object will read data from
the client and return an _HTTP::Request_ object reference.

This HTTPS daemon does not fork(2) for you. Your application, i.e. the user
of the _HTTP::Daemon::SSL_ is reponsible for forking if that is desirable.
Also note that the user is responsible for generating responses that
conform to the HTTP/1.1 protocol. The _HTTP::Daemon::ClientConn_ class
provides some methods that make this easier.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/interstar001:/Centreon/openSUSE_Leap_15.4/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-HTTP-Daemon-SSL-1.04-lp154.3.2.noarch.rpm
     

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

Requires :
perl = 5.26.1
perl(HTTP::Daemon) >= 1
perl(IO::Socket::SSL) >= 0.93
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/HTTP
/usr/lib/perl5/vendor_perl/5.26.1/HTTP/Daemon
/usr/lib/perl5/vendor_perl/5.26.1/HTTP/Daemon/SSL.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-HTTP-Daemon-SSL
/usr/share/doc/packages/perl-HTTP-Daemon-SSL/BUGS
/usr/share/doc/packages/perl-HTTP-Daemon-SSL/Changes
/usr/share/doc/packages/perl-HTTP-Daemon-SSL/README
/usr/share/man/man3/HTTP::Daemon::SSL.3pm.gz

 
ICM