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

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"