Netflix Zuul Filters API

The Zuul Filters API provides the core extension point for building custom logic into the Zuul gateway pipeline. Developers implement inbound, endpoint, and outbound filters using synchronous or asynchronous base classes to handle authentication, routing, rate limiting, metrics, and response decoration.

API entry from apis.yml

apis.yml Raw ↑
aid: netflix-zuul:netflix-zuul-filters-api
name: Netflix Zuul Filters API
description: The Zuul Filters API provides the core extension point for building custom logic into the
  Zuul gateway pipeline. Developers implement inbound, endpoint, and outbound filters using synchronous
  or asynchronous base classes to handle authentication, routing, rate limiting, metrics, and response
  decoration.
humanURL: https://github.com/Netflix/zuul/wiki/Filters
tags:
- Extension
- Filters
- Middleware
- Routing
properties:
- type: Documentation
  url: https://github.com/Netflix/zuul/wiki/Filters
- type: Reference
  url: https://github.com/Netflix/zuul/wiki/Writing-Filters
- type: GitHubRepository
  url: https://github.com/Netflix/zuul