Package lamson :: Package handlers
[hide private]
[frames] | no frames]

Package handlers

source code

Lamson comes with a few useful handlers that you can add to your lamson.routing configuration. Most of them are implemented as stateless handlers, but some will require you to read the documentation and configure before you can use them.

Submodules [hide private]
  • lamson.handlers.forward: Implements a forwarding handler that will take anything it receives and forwards it to the relay host.
  • lamson.handlers.log: Implements a simple logging handler that's actually used by the lamson log command line tool to run a logging server.
  • lamson.handlers.queue: Implements a handler that puts every message it receives into the run/queue directory.

Variables [hide private]
  __package__ = None
Variables Details [hide private]

__package__

Value:
None