cloudflared-mirror/ingress
Sudarsan Reddy d678584d89 TUN-4655: ingress.StreamBasedProxy.EstablishConnection takes dest input
This change extracts the need for EstablishConnection to know about a
request's entire context. It also removes the concern of populating the
http.Response from EstablishConnection's responsibilities.
2021-07-07 15:58:04 +01:00
..
ingress.go TUN-4655: ingress.StreamBasedProxy.EstablishConnection takes dest input 2021-07-07 15:58:04 +01:00
ingress_test.go TUN-4359: Warn about unused keys in 'tunnel ingress validate' 2021-05-13 02:05:19 +01: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_connection_test.go TUN-4626: Proxy non-stream based origin websockets with http Roundtrip. 2021-07-07 14:31:42 +00:00
origin_proxy.go TUN-4655: ingress.StreamBasedProxy.EstablishConnection takes dest input 2021-07-07 15:58:04 +01:00
origin_proxy_test.go TUN-4655: ingress.StreamBasedProxy.EstablishConnection takes dest input 2021-07-07 15:58:04 +01:00
origin_request_config.go TUN-4359: Warn about unused keys in 'tunnel ingress validate' 2021-05-13 02:05:19 +01: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_service.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
rule_test.go TUN-4655: ingress.StreamBasedProxy.EstablishConnection takes dest input 2021-07-07 15:58:04 +01:00