Module handler

Module handler 

Source
Expand description

WebSocket connection handlers

This module provides handler abstractions for processing WebSocket connections.

Structs§

DefaultHandler
Default handler implementation
EchoHandler
Echo handler implementation
FnHandler
Function-based handler

Traits§

Handler
Trait for handling WebSocket connections

Functions§

from_fn
Create a handler from a function

Type Aliases§

BoxedHandler
Boxed handler type