Module middleware

Module middleware 

Source
Expand description

Utils for Injecting code execution at specific events during the execution chain.

Structs§

EventHandlerStack
Implementation that handles EventHandlers for RequestHeaders and ResponseHeaders.

Traits§

EventHandler
The trait that must be implemented to inject code execution at specific events.
EventHandlerDispatch
An interface to Invoke internal logic for the specified event.
EventHandlerPush
A collection of EventHandlers

Type Aliases§

EventHandlerResult
Result of the EventHandler.