cloudflared-mirror/socks
cthuang e2262085e5 TUN-3617: Separate service from client, and implement different client for http vs. tcp origins
- extracted ResponseWriter from proxyConnection
 - added bastion tests over websocket
 - removed HTTPResp()
 - added some docstrings
 - Renamed some ingress clients as proxies
 - renamed instances of client to proxy in connection and origin
 - Stream no longer takes a context and logger.Service
2021-02-23 14:19:44 +00:00
..
auth_handler.go AUTH-2394 added socks5 proxy 2020-04-07 13:30:28 -05:00
authenticator.go AUTH-2394 added socks5 proxy 2020-04-07 13:30:28 -05:00
connection_handler.go AUTH-2394 added socks5 proxy 2020-04-07 13:30:28 -05:00
connection_handler_test.go TUN-3890: Code coverage for cloudflared in CI 2021-02-09 13:16:00 -06:00
dialer.go AUTH-2394 added socks5 proxy 2020-04-07 13:30:28 -05:00
request.go AUTH-2394 added socks5 proxy 2020-04-07 13:30:28 -05:00
request_handler.go TUN-3617: Separate service from client, and implement different client for http vs. tcp origins 2021-02-23 14:19:44 +00:00
request_handler_test.go AUTH-2394 added socks5 proxy 2020-04-07 13:30:28 -05:00
request_test.go AUTH-2394 added socks5 proxy 2020-04-07 13:30:28 -05:00