Package-level declarations
Types
A hook that is invoked before Transform
phase. Useful for some plugins which used for templates as views within application.
A hook that is invoked when a call fails with an exception.
A hook that is invoked as a first step in processing a call. Useful for validating, updating a call based on proxy information, etc.
A hook that is invoked before routing and most of the plugins. Useful for metrics, logging, etc.
A shortcut hook for Application.monitor subscription.
A hook that is invoked when a request is about to be received. It gives control over the raw request body.
A hook that is invoked when a response body comes through all transformations and is ready to be sent.
A hook that is invoked when response was successfully sent to a client. Useful for cleaning up opened resources or finishing measurements.