1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 11:35:23 +00:00
v2fly/proxy/http
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
..
client.go Enhance http outbound 2020-06-20 23:03:44 +08:00
config.go Support http outbound 2019-07-24 09:15:05 +08:00
config.pb.go regenerate pb data 2020-06-08 16:16:32 +08:00
config.proto Support http outbound 2019-07-24 09:15:05 +08:00
errors.generated.go simplify error creation 2018-09-30 18:39:53 +02:00
http.go use new errorgen 2018-09-30 23:08:41 +02:00
server.go pass username to inbound.User.Email in http/socks server 2020-03-12 00:42:29 +08:00