MCPcopy 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
68func (s *socket) Request() *http.Request {
69 return s.clientSocket.Request()
70}
71
72func (s *socket) Rooms() (rooms []string) {
73 s.mu.RLock()

Callers

nothing calls this directly

Calls 1

RequestMethod · 0.65

Tested by

no test coverage detected