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

NAME

Net::WebSocket::PMCE - WebSocket per-message compression extensions

DESCRIPTION

This module itself does nothing useful. It exists as a placeholder for documentation on Net::WebSocket’s implementation of PMCEs (per-message compression extensions), as defined in RFC 7692.

If you’re looking for an implementation of the permessage-deflate extension, look at Net::WebSocket::PMCE::deflate. Note that permessage-deflate is a specific example of a PMCE; as of this writing it’s also the only one that seems to enjoy widespread use.

DESIGN

PMCEs implement behavior in both the handshake and in the data exchange portion of a WebSocket session. Like Net::WebSocket itself, then, Net::WebSocket::PMCE modules are sensibly divided into modules that handle handshake logic (e.g., Net::WebSocket::PMCE::deflate::Server) and those that handle data (e.g., Net::WebSocket::PMCE::deflate::Data::Server).

STATUS

Net::WebSocket’s PMCE support is in ALPHA status. Changes to the API are not unlikely; be sure to check the changelog before updating, and please report any issues you find.

REPOSITORY

https://github.com/FGasper/p5-Net-WebSocket

AUTHOR

Felipe Gasper (FELIPE)

COPYRIGHT

Copyright 2017 by Gasper Software Consulting, LLC

LICENSE

This distribution is released under the same license as Perl.