MCPcopy
hub / github.com/connectrpc/connect-go / URL

Method URL

internal/memhttp/memhttp.go:115–117  ·  view source on GitHub ↗

URL returns the server's URL.

()

Source from the content-addressed store, hash-verified

113
114// URL returns the server's URL.
115func (s *Server) URL() string {
116 return s.url
117}
118
119// Shutdown gracefully shuts down the server, without interrupting any active
120// connections. See [http.Server.Shutdown] for details.

Callers 15

TestClientPeerFunction · 0.95
TestGetNotModifiedFunction · 0.95
TestGetNoContentHeadersFunction · 0.95
TestSpecSchemaFunction · 0.95
TestDynamicClientFunction · 0.95

Calls

no outgoing calls

Tested by 15

TestClientPeerFunction · 0.76
TestGetNotModifiedFunction · 0.76
TestGetNoContentHeadersFunction · 0.76
TestSpecSchemaFunction · 0.76
TestDynamicClientFunction · 0.76