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