type nhooyr.io/websocket.DialOptions
11 uses
nhooyr.io/websocket (current package)
dial.go#L24: type DialOptions struct {
dial.go#L53: func (opts *DialOptions) cloneWithDefaults(ctx context.Context) (context.Context, context.CancelFunc, *DialOptions) {
dial.go#L56: var o DialOptions
dial.go#L105: func Dial(ctx context.Context, u string, opts *DialOptions) (*Conn, *http.Response, error) {
dial.go#L109: func dial(ctx context.Context, urls string, opts *DialOptions, rand io.Reader) (_ *Conn, _ *http.Response, err error) {
dial.go#L171: func handshakeRequest(ctx context.Context, urls string, opts *DialOptions, copts *compressionOptions, secWebSocketKey string) (*http.Response, error) {
dial.go#L225: func verifyServerResponse(opts *DialOptions, copts *compressionOptions, secWebSocketKey string, resp *http.Response) (*compressionOptions, error) {
github.com/gotd/td/telegram/dcs
websocket.go#L21: dialOptions *websocket.DialOptions
websocket.go#L74: DialOptions *websocket.DialOptions
websocket.go#L81: m.DialOptions = &websocket.DialOptions{Subprotocols: []string{
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |