MCPcopy
hub / github.com/nats-io/nats.go / isWebsocketScheme

Function isWebsocketScheme

ws.go:843–845  ·  view source on GitHub ↗
(u *url.URL)

Source from the content-addressed store, hash-verified

841}
842
843func isWebsocketScheme(u *url.URL) bool {
844 return u.Scheme == wsScheme || u.Scheme == wsSchemeTLS
845}

Callers 3

addURLToPoolMethod · 0.85
createConnMethod · 0.85
SetServerPoolMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected