Clash.Meta/common/convert
moexiami 5eb8958ff2
fix: correct type for vmess.ws-opts.path in ConvertsV2Ray (#1145)
It should be a string for the following reasons:
1. During conversion, it is conditionally assigned with
   `wsOpts["path"] = path.(string)`
2. After conversion, it is decoded into `WSOptions.Path` in
   `adapter/outbound/vmess.go` which requires a string.
2024-05-21 23:31:28 +08:00
..
base64.go chore: Clean converter code and add doc 2022-08-19 19:46:50 +08:00
converter_test.go feat: converter support hysteria2 2023-09-21 17:25:15 +08:00
converter.go fix: correct type for vmess.ws-opts.path in ConvertsV2Ray (#1145) 2024-05-21 23:31:28 +08:00
util.go chore: hello mihomo 2023-11-03 21:58:21 +08:00
v.go feat: Converter support Xray HTTPUpgrade fast open path 2024-03-30 18:19:40 +08:00