tailscale/derp/derphttp
Mihai Parparita a9f32656f5 control/controlhttp: allow client and server to communicate over WebSockets
We can't do Noise-over-HTTP in Wasm/JS (because we don't have bidirectional
communication), but we should be able to do it over WebSockets. Reuses
derp WebSocket support that allows us to turn a WebSocket connection
into a net.Conn.

Updates #3157

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
2022-06-02 21:20:54 -07:00
..
derphttp_client.go derp/derphttp,net/netcheck: improve netcheck behavior under MITM proxies 2022-04-19 12:47:57 -07:00
derphttp_server.go derp: use new node key type. 2021-10-28 16:02:11 -07:00
derphttp_test.go derp/derphttp: add Client.Ping, SendPing methods 2021-12-28 09:52:10 -08:00
mesh_client.go derp: use new node key type. 2021-10-28 16:02:11 -07:00
websocket.go control/controlhttp: allow client and server to communicate over WebSockets 2022-06-02 21:20:54 -07:00