The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::RVP::Server - listening RVP server using the Event module

METHODS

new ( named parameters )

IM notify server connection object.

init_event ( callback )

The callback should be a CODE ref which is called with an HTTP::Request and should return an HTTP::Response object. See also Event::IO::Server.

line_event ( line )

Received a line of input.

AUTHOR

David Robins <dbrobins@davidrobins.net>.