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 |