Expand description
Utils for Injecting code execution at specific events during the execution chain.
Structs§
- Event
Handler Stack - Implementation that handles
EventHandlers forRequestHeadersandResponseHeaders.
Traits§
- Event
Handler - The trait that must be implemented to inject code execution at specific events.
- Event
Handler Dispatch - An interface to Invoke internal logic for the specified event.
- Event
Handler Push - A collection of
EventHandlers
Type Aliases§
- Event
Handler Result - Result of the
EventHandler.