Expand description
Hooks for horizontal functionality that can run either before or after a request is executed.
Structs§
- A list of hooks that run in order before a request is executed.
- A noop hook that runs before a request is executed.
- A Service function that runs a hook before request execution.
- A Service function that runs a hook both before and after request execution.
- A Service function that runs a hook after request execution.
Traits§
- A hook that runs after request execution.
- A hook that runs before request execution.
- A list of hooks that run in order before request execution.
- Hooks that run before and/or after serving a request.
Functions§
- Returns a request hook builder that runs a series of hooks before request execution.