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

Method Request

sockjsclient/xhr.go:172–174  ·  view source on GitHub ↗

Request implements the sockjs.Session interface.

()

Source from the content-addressed store, hash-verified

170
171// Request implements the sockjs.Session interface.
172func (x *XHRSession) Request() *http.Request {
173 return x.req
174}
175
176func (x *XHRSession) handleResp(resp *http.Response) (msg string, again bool, err error) {
177 defer resp.Body.Close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected