update ws and httpupgrade

This commit is contained in:
Alireza Ahmadi
2024-04-09 19:51:51 +02:00
parent e1696c9fd3
commit 649c96ef16
5 changed files with 67 additions and 63 deletions

View File

@@ -6,6 +6,9 @@
<a-form-item label='{{ i18n "path" }}'>
<a-input v-model.trim="inbound.stream.ws.path"></a-input>
</a-form-item>
<a-form-item label='{{ i18n "host" }}'>
<a-input v-model.trim="inbound.stream.ws.host"></a-input>
</a-form-item>
<a-form-item label='{{ i18n "pages.inbounds.stream.tcp.requestHeader" }}'>
<a-button size="small" @click="inbound.stream.ws.addHeader()">+</a-button>
</a-form-item>