cloudflared/ingress
Sudarsan Reddy 8f3526289a TUN-4701: Split Proxy into ProxyHTTP and ProxyTCP
http.Request now is only used by ProxyHTTP and not required if the
proxying is TCP. The dest conversion is handled by the transport layer.
2021-07-19 13:43:59 +00:00
..
ingress_test.go TUN-4359: Warn about unused keys in 'tunnel ingress validate' 2021-05-13 02:05:19 +01:00
ingress.go TUN-4655: ingress.StreamBasedProxy.EstablishConnection takes dest input 2021-07-07 15:58:04 +01:00
origin_connection_test.go TUN-4626: Proxy non-stream based origin websockets with http Roundtrip. 2021-07-07 14:31:42 +00:00
origin_connection.go TUN-4168: Transparently proxy websocket connections using stdlib HTTP client instead of gorilla/websocket; move websocket client code into carrier package since it's only used by access subcommands now (#345). 2021-04-07 16:25:46 +00:00
origin_proxy_test.go TUN-4655: ingress.StreamBasedProxy.EstablishConnection takes dest input 2021-07-07 15:58:04 +01:00
origin_proxy.go TUN-4701: Split Proxy into ProxyHTTP and ProxyTCP 2021-07-19 13:43:59 +00:00
origin_request_config_test.go TUN-4067: Reformat code for consistent import order, grouping, and fix formatting. Added goimports target to the Makefile to make this easier in the future. 2021-03-24 10:53:29 -05:00
origin_request_config.go TUN-4359: Warn about unused keys in 'tunnel ingress validate' 2021-05-13 02:05:19 +01:00
origin_service.go TUN-4655: ingress.StreamBasedProxy.EstablishConnection takes dest input 2021-07-07 15:58:04 +01:00
rule_test.go TUN-4655: ingress.StreamBasedProxy.EstablishConnection takes dest input 2021-07-07 15:58:04 +01:00
rule.go TUN-4655: ingress.StreamBasedProxy.EstablishConnection takes dest input 2021-07-07 15:58:04 +01:00