MCPcopy Create free account
hub / github.com/koding/kite / client

Method client

sockjsclient/sockjsclient.go:123–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123func (opts *DialOptions) client() *http.Client {
124 if opts.ClientFunc != nil {
125 return opts.ClientFunc(opts)
126 }
127 return &http.Client{
128 Timeout: opts.Timeout,
129 Jar: config.CookieJar,
130 }
131}
132
133// DialWebsocket establishes a SockJS session over a websocket connection.
134//

Callers 1

NewXHRSessionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected