Name : perl-HTTP-Daemon-SSL
| |
Version : 1.04
| Vendor : obs://build_opensuse_org/home:interstar001
|
Release : 3.1
| Date : 2020-06-15 22:15:33
|
Group : Development/Libraries/Perl
| Source RPM : perl-HTTP-Daemon-SSL-1.04-3.1.src.rpm
|
Size : 0.01 MB
| |
Packager : (none)
| |
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/SLE_15_SP1/noarch |