TlsContext.setAlpnProtocols
void setAlpnProtocols(const(string)[] protocols)Sets Application-Layer Protocol Negotiation (ALPN) protocols.
Parameters
protocols | List of protocol names in preference order (e.g., ["h2", "http/1.1"]). |
void setAlpnProtocols(const(string)[] protocols)Sets Application-Layer Protocol Negotiation (ALPN) protocols.
protocols | List of protocol names in preference order (e.g., ["h2", "http/1.1"]). |