Skip to main content

execute

Method
This is a method of the MiddlewareChain class in the middleware module.
Execute the middleware chain with a final handler.

Signature

Parameters

Any
required
The request object to pass through
Callable
required
The actual operation to perform

Returns

Any
The result from the chain

Uses

  • final_handler
  • build_chain
  • middleware
  • chain

Used By

Source

View on GitHub

praisonaiagents/hooks/middleware.py at line 112