1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00
v2fly/transport/internet/tls
Darhwa d29370a654 Enhance http outbound
1. Enables http outbound to set up a HTTP tunnel above HTTP/1.1,
  HTTP/1.1 over TLS, or HTTP/2 over TLS. Previously it only works for
  plain HTTP/1.1
2. In setting up CONNECT tunnel, replaces handcrafted request with
  standard http.Request
2020-06-20 23:03:44 +08:00
..
config_other.go add support for not loading system roots. fixes #1513 2019-02-26 21:58:54 +01:00
config_test.go remove dep of assert lib 2019-02-09 15:46:48 +01:00
config_windows.go Revert "Fix self-signed certificates on Windows" 2019-10-28 23:00:09 +08:00
config.go Further strip unique signatures of tls handshake 2020-06-18 11:32:37 +08:00
config.pb.go regenerate pb data 2020-06-08 16:16:32 +08:00
config.proto add support for not loading system roots. fixes #1513 2019-02-26 21:58:54 +01:00
errors.generated.go simplify error creation 2018-09-30 18:39:53 +02:00
tls.go Enhance http outbound 2020-06-20 23:03:44 +08:00