The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Clio::Server::HTTP::Client::WebSocket - Clio HTTP Client for WebSocket connections

VERSION

version 0.02

DESCRIPTION

Clio HTTP package for handling clients connected over WebSockets.

Extends Clio::Server::HTTP::Client::Stream.

ATTRIBUTES

version

WebSocket version of connected client.

METHODS

write

Write client's message to process.

respond

Returns response callback for handling client communication.

AUTHOR

Alex J. G. Burzyński <ajgb@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Alex J. G. Burzyński <ajgb@cpan.org>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.