Request implements the sockjs.Session interface.
()
| 296 | |
| 297 | // Request implements the sockjs.Session interface. |
| 298 | func (w *WebsocketSession) Request() *http.Request { |
| 299 | return w.req |
| 300 | } |
| 301 | |
| 302 | // threeDigits is used to generate a server_id. |
| 303 | func threeDigits() string { |
nothing calls this directly
no outgoing calls
no test coverage detected