# Functions
NewBridgeMux creates a default bridge multiplexer.
UnknownMessage represents the default handler logic for an unmatched request type sent from the bridge.
UnknownMessageHandler creates a default HandlerFunc out of the UnknownMessage handler logic.
# Interfaces
Handler responds to a bridge request.
RequestResponse is the base response for any bridge message request.
# Type aliases
HandlerFunc is an adapter to use functions as handlers.