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
<td>Protocol to use for this route. Valid protocols are <code class="prettyprint">http1</code>, <code class="prettyprint">http2</code>, and <code class="prettyprint">tcp</code>.</td>
11321
+
<td>Protocol to use for this route. Valid protocols are <code class="prettyprint">http1</code>, <code class="prettyprint">http2</code>, and <code class="prettyprint">tcp</code></td>
11322
+
</tr>
11323
+
<tr>
11324
+
<td><strong>options</strong></td>
11325
+
<td><em>object</em></td>
11326
+
<td>A key-value mapping of configuration <a href="#space-manifest-per-route-options-level-configuration">options</a> to be applied to the specific application route</td>
<p>This configuration allows additional key-value options for the specific application route.</p>
11333
+
11334
+
<table><thead>
11335
+
<tr>
11336
+
<th>Name</th>
11337
+
<th>Type</th>
11338
+
<th>Description</th>
11339
+
</tr>
11340
+
</thead><tbody>
11341
+
<tr>
11342
+
<td><strong>loadbalancing</strong></td>
11343
+
<td><em>string</em></td>
11344
+
<td>The load-balancer associated with this route. Valid values are <code class="prettyprint">round-robin</code> and <code class="prettyprint">least-connection</code></td>
0 commit comments