MCPcopy Create free account
hub / github.com/foxcpp/maddy / IsTLS

Method IsTLS

framework/config/endpoint.go:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82}
83
84func (e Endpoint) IsTLS() bool {
85 return e.Scheme == "tls"
86}
87
88// ParseEndpoint parses an endpoint string into a structured format with separate
89// scheme, host, port, and path portions, as well as the original input string.

Callers 5

ConfigureMethod · 0.80
setupListenersMethod · 0.80
ConfigureMethod · 0.80
setupListenersMethod · 0.80
attemptConnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected