API Reference channel_handler v0.6.2
modules
Modules
A module implementing an event handler.
A ChannelHandler.Plug
, is a function or module that takes the connection
socket, the payload and the current handler bindings, and either returns a
modified version of each, or directly replies to the client, halting further
processing.
For documentation about the router, check ChannelHandler.Dsl
.