Kong · Schema
RouteInput
Input schema for creating or updating a Route.
API GatewayLuaNGINXOpen Source
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| protocols | array | |
| methods | array | |
| hosts | array | |
| paths | array | |
| headers | object | |
| snis | array | |
| sources | array | |
| destinations | array | |
| https_redirect_status_code | integer | |
| regex_priority | integer | |
| strip_path | boolean | |
| path_handling | string | |
| preserve_host | boolean | |
| request_buffering | boolean | |
| response_buffering | boolean | |
| tags | array | |
| service | object | |
| expression | string | |
| priority | integer |