File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,18 +12,15 @@ It includes:
12121 . Incoming webhook hits a configured route (` /webhook/{name}/{ULID} ` ).
13132 . Route config selects a template and field mapping rules.
14143 . ` TemplateDriver ` transforms inbound payload into egress payload.
15- 4 . App immediately responds to sender.
16- 5 . Forwarding to target URLs happens asynchronously.
17- 6 . Ingress and egress events are logged to the database.
15+ 4 . App responds immediately; target forwarding happens asynchronously.
16+ 5 . Ingress and egress events are logged to the database.
1817
1918## Features
2019
2120- Database-backed route configs and templates
22- - Template-aware mapping validation
23- - Documentation rules for template fields that require them
21+ - Automatic documentation URL injection via configurable match rules
2422- Ingress path discovery from sample payloads
2523- Multi-target forwarding with per-route headers
26- - CRUD APIs for templates and route configs
2724- Browser UI for managing templates and configs
2825
2926## Documentation Map
You can’t perform that action at this time.
0 commit comments