Understand how Ollie Hub intercepts requests, routes traffic, and executes your custom code seamlessly.
Request Interception
Function Routing
Code Execution
Response Enhancement
skipped
failed
throw
for authentication, validation, and security functionsskip
for analytics, logging, and enhancement functionsthrow
policy will prevent subsequent functions from executing. Always consider the order and error policies when designing your function chain.