()
| 82 | } |
| 83 | |
| 84 | func (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. |
no outgoing calls
no test coverage detected