XHTTP: Add "keepAlivePeriod"

This commit is contained in:
mhsanaei
2024-12-11 17:05:47 +01:00
parent 049177024b
commit b60387accb
3 changed files with 11 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
<a-input-number v-model.number="inbound.stream.ws.heartbeatPeriod" :min="0"></a-input-number>
</a-form-item>
<a-form-item label='{{ i18n "pages.inbounds.stream.tcp.requestHeader" }}'>
<a-button icon="plus" size="small" @click="inbound.stream.ws.addHeader('host', '')"></a-button>
<a-button icon="plus" size="small" @click="inbound.stream.ws.addHeader('', '')"></a-button>
</a-form-item>
<a-form-item :wrapper-col="{span:24}">
<a-input-group compact v-for="(header, index) in inbound.stream.ws.headers">