Igor Postelnik
|
3ad99b241c
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).
|
4 years ago |
Igor Postelnik
|
8ca0d86c85
TUN-3863: Consolidate header handling logic in the connection package; move headers definitions from h2mux to packages that manage them; cleanup header conversions
|
4 years ago |
Igor Postelnik
|
da4d0b2bae
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.
|
4 years ago |
cthuang
|
ab4dda5427
TUN-3868: Refactor singleTCPService and bridgeService to tcpOverWSService and rawTCPService
|
4 years ago |
cthuang
|
5943808746
TUN-3889: Move host header override logic to httpService
|
4 years ago |
Sudarsan Reddy
|
b4700a52e3
TUN-3725: Warp-routing is independent of ingress
|
4 years ago |
Sudarsan Reddy
|
368066a966
TUN-3615: added support to proxy tcp streams
|
4 years ago |
cthuang
|
e2262085e5
TUN-3617: Separate service from client, and implement different client for http vs. tcp origins
|
4 years ago |