1
0
Fork 0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-07-22 18:04:15 +00:00

Transport: Remove HTTP

Migrated to XHTTP "stream-one" mode.
This commit is contained in:
RPRX 2024-12-02 09:56:16 +00:00
parent 98a72b6fb4
commit ae62a0fb52
10 changed files with 63 additions and 1239 deletions
main/distro/all

View file

@ -51,7 +51,6 @@ import (
// Transports
_ "github.com/xtls/xray-core/transport/internet/grpc"
_ "github.com/xtls/xray-core/transport/internet/http"
_ "github.com/xtls/xray-core/transport/internet/httpupgrade"
_ "github.com/xtls/xray-core/transport/internet/kcp"
_ "github.com/xtls/xray-core/transport/internet/reality"