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

Method Request

sockjsclient/sockjsclient.go:298–300  ·  view source on GitHub ↗

Request implements the sockjs.Session interface.

()

Source from the content-addressed store, hash-verified

296
297// Request implements the sockjs.Session interface.
298func (w *WebsocketSession) Request() *http.Request {
299 return w.req
300}
301
302// threeDigits is used to generate a server_id.
303func threeDigits() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected