You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(server, openapi): add filter option to handlers (#770)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Added support for filtering procedures in OpenAPI and RPC handlers,
enabling selective inclusion of routes via custom filter functions.
* Introduced a filter option in handler and generator configurations,
replacing the deprecated exclude option for enhanced flexibility.
* **Documentation**
* Updated and expanded documentation to explain the new filtering
procedures feature with detailed examples.
* **Tests**
* Added test cases confirming the filtering functionality works as
intended in both OpenAPI and RPC matchers.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
To keep [Event Iterator](/docs/event-iterator) connections alive, `OpenAPIHandler` periodically sends a ping comment to the client. You can configure this behavior using the following options:
To keep [Event Iterator](/docs/event-iterator) connections alive, `RPCHandler` periodically sends a ping comment to the client. You can configure this behavior using the following options:
0 commit comments