Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/djherbis/socket
/ Request
Method
Request
socket.go:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
func
(s *socket) Request() *http.Request {
69
return
s.clientSocket.Request()
70
}
71
72
func
(s *socket) Rooms() (rooms []string) {
73
s.mu.RLock()
Callers
nothing calls this directly
Calls
1
Request
Method · 0.65
Tested by
no test coverage detected