Glossary

Logging interceptor

Capture request/response details for audit and debugging - **Validation interceptor** — Apply business rules that aren't expressible in the OpenAPI schema - **Transformation interceptor** — Modify request or response data (e.g., date format conversion, currency code lookup) - **Circuit breaker inter

Learn More

Related Terms