From 7f2c11220f2d27ac1ad3fdc343b06dd77edd28f1 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Tue, 18 Jun 2024 12:49:20 +0200 Subject: new - splithttp transport splithttp inbound splithttp outbound change priority host for ws - httpupgrade (host>>headers) --- web/html/xui/form/outbound.html | 11 ++++++++++ web/html/xui/form/stream/stream_settings.html | 6 ++++++ web/html/xui/form/stream/stream_splithttp.html | 29 ++++++++++++++++++++++++++ web/html/xui/inbound_info_modal.html | 2 +- 4 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 web/html/xui/form/stream/stream_splithttp.html (limited to 'web/html/xui') diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index c8b08321..a61f5c44 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -204,6 +204,7 @@ QUIC gRPC HTTPUpgrade + SplitHTTP + + + diff --git a/web/html/xui/form/stream/stream_settings.html b/web/html/xui/form/stream/stream_settings.html index 0d1eaa23..f6fe6f23 100644 --- a/web/html/xui/form/stream/stream_settings.html +++ b/web/html/xui/form/stream/stream_settings.html @@ -11,6 +11,7 @@ QUIC gRPC HTTPUpgrade + SplitHTTP @@ -50,6 +51,11 @@ {{template "form/streamHTTPUpgrade"}} + + +