Expand description
Exposes Client, which allows to establish connections to a relay server.
Based on tailscale/derp/derphttp/derphttp_client.go
Structs§
- Client
- A relay client.
- Client
Builder - Build a Client.
- Client
Sink - The send half of a relay client.
- Client
Stream - The receive half of a relay client.
Enums§
- Connect
Error - Connection errors.
- Dial
Error - Errors that can occur while dialing the relay server.
- Recv
Error - Errors when receiving messages from the relay server.
- Send
Error - Error for sending messages to the relay server.
Functions§
- make_
dangerous_ client_ config test-utils - Creates a client config that trusts any servers without verifying their TLS certificate.