AnyEvent::Finger::Response - Simple asynchronous finger response
version 0.14
This class provides an interface for constructing a response from a finger server for AnyEvent::Finger::Server. See the documentation on that class for more details.
$response->say( @lines )
Send the lines to the client. Do not include new line characters (\r, \n or \r\n), these will be added by AnyEvent::Finger::Server.
$response->done
Close the connection with the client. This signals that the response is complete. Do not forget to call this!
Graham Ollis <plicease@cpan.org>
This software is copyright (c) 2012-2022 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.