type github.com/coder/websocket.DialOptions
11 uses
github.com/coder/websocket (current package)
dial.go#L23: type DialOptions struct {
dial.go#L68: func (opts *DialOptions) cloneWithDefaults(ctx context.Context) (context.Context, context.CancelFunc, *DialOptions) {
dial.go#L71: var o DialOptions
dial.go#L120: func Dial(ctx context.Context, u string, opts *DialOptions) (*Conn, *http.Response, error) {
dial.go#L124: func dial(ctx context.Context, urls string, opts *DialOptions, rand io.Reader) (_ *Conn, _ *http.Response, err error) {
dial.go#L188: func handshakeRequest(ctx context.Context, urls string, opts *DialOptions, copts *compressionOptions, secWebSocketKey string) (*http.Response, error) {
dial.go#L242: 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.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |